Compare commits

..

2 Commits

Author SHA1 Message Date
Claude Heiland-Allen 6bbe69f2b0 Merge branch 'parallel-synapse-generation' into 'main'
parallelize synapse generation using OpenMP

See merge request then-try-this/samplebrain!6
2022-10-07 08:33:55 +00:00
Dave Griffiths 5469a8f253 added build instructions for ubuntu 22.04 fixes: #66 2022-10-07 08:39:45 +01:00
1 changed files with 13 additions and 0 deletions

View File

@ -8,6 +8,10 @@ Install dependencies for the interface:
$ sudo apt install build-essential qtcreator qt5-default $ sudo apt install build-essential qtcreator qt5-default
On ubuntu 22.04 it's:
$ apt install build-essential qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
Build & run it: Build & run it:
$ mkdir build $ mkdir build
@ -57,3 +61,12 @@ Then edit Info.plist to add samplebrain.icns to CFBundleIconFile. Key `CFBundleI
You might also need to resign the app bundle after making any changes You might also need to resign the app bundle after making any changes
$ codesign --force --deep --sign - samplebrain.app $ codesign --force --deep --sign - samplebrain.app
# Windows (Work in progress)
* Install [MSYS2](https://www.msys2.org/)
* Install dependances via pacman
* Build with qmake as usual
* Run `windeployqt` and copy missing .dll files into release directory