Skip to content

Building from source

Joshua H. Fogg edited this page Jul 4, 2016 · 9 revisions

The build process is documented in the following files

  • doc/QuickStart

Notes

  1. install these packages for building:
    apt install python-gd gawk gforth flex bison m4
    apt install netpbm qt4-qmake libqt4-dev wget
    apt install python-serial sqlite3 php5-cli python-dev
  2. copy default configuration
    cp samo-lib/include/config.h-default samo-lib/include/config.h
  3. edit samo-lib/include/config.h to remove // from the line:
    //#define BOARD_SAMO_V1 1
    so it looks like:
    #define BOARD_SAMO_V1 1
  4. display the possible make targets with this command:
    make help