Skip to content

Commit

Permalink
Merge pull request visualfc#688 from petergloor/patch-1
Browse files Browse the repository at this point in the history
Update install.md
  • Loading branch information
visualfc authored Sep 11, 2016
2 parents cd16157 + cbf5a0f commit eddb51b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions liteidex/deploy/welcome/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,17 @@ Source code for LiteIDE can be found at <https://github.com/visualfc/liteide>.
$ cd ~/liteide/build/liteide/bin
$ ./liteide

### Raspbian Jessie
$ sudo apt-get update
$ sudo apt-get install qt5-default
$ git clone https://github.com/visualfc/liteide.git
$ cd liteide/build
$ ./update_pkg.sh
$ QTDIR=/usr ./build_linux.sh
The build process from a µSD card takes approx. 105 minutes on a RPi 2.

## Run it: ##
$ cd ~/liteide/build/liteide/bin
$ ./liteide

Be sure to set `QTDIR` (and `MINGWDIR` for Windows users) accordingly based on your local environment.

0 comments on commit eddb51b

Please sign in to comment.