LoginSignup
0
0

More than 3 years have passed since last update.

文言のビルド失敗

Last updated at Posted at 2019-12-22

はじめに

前回

コマンドラインから実行しました
READMEの通りに出来ず、そのレベルに達してないようですが、くじけず進めていきます

実行

usageによるとレンダリングが出来そうなので実行

node ./build/wenyan.js —render ./examples/helloworld.wy

エラー発生
/dev/stdoutにアクセス出来ません

windowsだからありません
リダイレクトしてみる

node ./build/wenyan.js —render ./examples/helloworld.wy > ./renders/helloworld.svg

エラー変わらず

残念

ビルド

それぞれのプラットフォーム用にビルドが必要なのかな。

Makefileを見て実行

cd tools
node ./make_cmdline.js

エラー発生
また/dev/~
デバイスがらみ。潰せない

エラーは出ていたが、wenyan.jsのタイムスタンプが変わったので、サイズが小さくなっているのがきになるが実行してみる。

レンダリングエラーメッセージ変わらず。
windowsでは、無理なのかな。

おわりに

またレンダリングに挑戦します

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0