Steps to build and install BOSSA
Hi everyone, where do i find the instructions to build BOSSA repository in Linux and Windows?
These steps works fine for me: Distro: Linux ubuntu 20.04 lts.
Dependencies:
- sudo apt-get install build-essential
- sudo apt-get install libwxbase3.0-dev
- sudo apt-get install libwxgtk3.0-gtk3-dev
- sudo apt-get install libwxgtk3.0-dev
- sudo apt-get install libreadline-dev
Go to BOSSA directory and use the following commands:
- make install
there is also a make target for just the command line version that has less dependencies
make bossac
I couldnt get this setup to work. This is the error: APPLET WordCopyArm make: ./appletgen: Command not found make: *** [Makefile:252: src/WordCopyArm.cpp] Error 127
I couldnt get this setup to work. This is the error: APPLET WordCopyArm make: ./appletgen: Command not found make: *** [Makefile:252: src/WordCopyArm.cpp] Error 127
I edited the files in windows and transferred to linux causing issues. When I git cloned from linux all worked well.
https://github.com/kiibohd/BOSSA/blob/master/.github/workflows/build.yml#L51
This is how I build it on Windows.