-
Notifications
You must be signed in to change notification settings - Fork 50
CPP Backend
brett hartshorn edited this page Sep 19, 2015
·
2 revisions
After git cloning this repo, try async_channels.md, you just need Python2 and g++ installed. The command below will save the compiled exe to your temp folder and run it.
cd Rusthon
./rusthon.py ./examples/async_channels.md
The option --tar
can be used to save the source code of the translated code,
javascripts and python scripts inside the markdown, and compiled exes.
./rusthon.py myproject.md --tar project.tar