FlexProp on Pinebook Pro
in Propeller 1
Has anyone compiled FlexProp for Manjaro on a Pinebook Pro? If so or you know how, could you educate me on the process. Yes, I stuck my right hand in the box and died.
Thanks!
Comments
I haven't tried Manjaro, but for Ubuntu the steps are:
You will get a warning that openspin was not found and so the P1 loader is not built. If you're developing only for P2 this won't matter. Otherwise you will have to build or find the openspin Spin compiler and add it to your PATH before doing the steps above.
Once the build is finished, the final flexprop installation will be in $HOME/flexprop. You can change this to another directory by adding an
INSTALL=<dir>
in themake install
step, e.g.To run, go to the flexprop installation directory and run
./flexprop.tcl
.I was able to build it with:
and OpenSpin also compiled without issues.