We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pacman -S libuv libffi python2 mkdir ~/projects/pixie-lang cd ~/projects/pixie-lang git clone <github url> cd pixie ./checkout-externals PYTHON="/usr/bin/python2" make build_with_jit mkdir ~/bin cd ~/bin ln -s ~/projects/pixie-lang/pixie/pixie-vm pxi export PATH=$PATH:~/bin pxi
Install the required packages via
pkg install libuv libffi gmake readline python
Clone the repository
And run the following commands inside of it:
./checkout-externals ./make-with-jit
This creates an executable named pixie-vm
pixie-vm
There was an error while loading. Please reload this page.