Browse Source

Merge pull request #4 from twisterarmy/master

update configure step for ARM architectures
twisterarmy
D4708 3 years ago committed by GitHub
parent
commit
80f2903ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      doc/building-on-ubuntu-debian.md

2
doc/building-on-ubuntu-debian.md

@ -10,7 +10,7 @@ Tested on a pristine: @@ -10,7 +10,7 @@ Tested on a pristine:
1. git clone https://github.com/miguelfreitas/twister-core.git
1. cd twister-core
1. ./autotool.sh
1. ./configure
1. ./configure (on ARM architectures, run: `./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf --disable-sse2`)
1. make
## Configuration & web gui

Loading…
Cancel
Save