Steward
分享是一種喜悅、更是一種幸福
程式語言 - GNU - NanoJIT - 開發環境
參考資訊:
https://github.com/dibyendumajumdar/nanojit
$ cd $ git clone https://github.com/dibyendumajumdar/nanojit $ mkdir nanojit/build $ cd nanojit/build $ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release .. $ make -j4 $ sudo make install