BOSSA icon indicating copy to clipboard operation
BOSSA copied to clipboard

Steps to build and install BOSSA

Open rod6214 opened this issue 5 years ago • 6 comments

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:

  1. sudo apt-get install build-essential
  2. sudo apt-get install libwxbase3.0-dev
  3. sudo apt-get install libwxgtk3.0-gtk3-dev
  4. sudo apt-get install libwxgtk3.0-dev
  5. sudo apt-get install libreadline-dev

Go to BOSSA directory and use the following commands:

  • make install

rod6214 avatar Sep 27 '20 15:09 rod6214

there is also a make target for just the command line version that has less dependencies make bossac

beikeland avatar Oct 09 '20 15:10 beikeland

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

milesfrankland avatar Jan 04 '21 17:01 milesfrankland

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.

milesfrankland avatar Jan 05 '21 10:01 milesfrankland

https://github.com/kiibohd/BOSSA/blob/master/.github/workflows/build.yml#L51

This is how I build it on Windows.

haata avatar Jan 05 '21 18:01 haata