Installation - mochaccino-lang/mochaccino GitHub Wiki

How to Install Mochaccino


Requirements:

  1. Linux terminal in windows (this was made with the ubuntu terminal),
  2. Linux subsystem for windows turned on,
  3. dos2unix (apt-get install dos2unix),
  4. nodejs (apt-get install nodejs),

Installation

  • 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

⚠️ **GitHub.com Fallback** ⚠️