Installation - mochaccino-lang/mochaccino GitHub Wiki
- Linux terminal in windows (this was made with the ubuntu terminal),
- Linux subsystem for windows turned on,
- dos2unix (
apt-get install dos2unix
),
- nodejs (
apt-get install nodejs
),
- First, cd into the disk you want to install on (for most it's c)
cd /mnt/c/
- Next, make the source for Mochaccino
git clone https://github.com/mochaccino-lang/mochaccino.git
- Now you have to make an alias for the compiler, a guide is here:
https://www.hostingadvice.com/how-to/set-command-aliases-linuxubuntudebian/ set the name to 'bpc', and set inside the quotes to be 'node /mnt/c/mochaccino/src/compiler.js
'
- You've successfully installed Mochaccino!
If you're installing on ubuntu or another linux distro, just take the first two off of the requirements