Skip to content

Commit

Permalink
more info and install scrip update
Browse files Browse the repository at this point in the history
  • Loading branch information
Senketsu committed Sep 19, 2015
1 parent cef2af7 commit afa8faa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Had to satisfy my need for more oshino images.
* View Mode - Preview images and choose which to download
* Update Check
* DL profiles from this repo
* 'Self updater' (*nix)
* 'Self updater' (*nix) __As of 0.1.3 might be not working , depending on your nim's devel executable name

### Notes:
------------------------
Expand Down Expand Up @@ -57,6 +57,9 @@ Had to satisfy my need for more oshino images.
* Nim Compiler 0.11.3 (Currently devel branch)
* GTK2 wrapper & dialogs module (nimble install gtk2 | dialogs)

* WIN: nim c --threads:on -d:ssl -d:release -d:nimOldDlls --app:gui nibolo.nim
* NIX: nim c --threads:on -d:ssl -d:release nibolo.nim

### Runtime depends:
------------------------
**Requirements for using Nibolo (any version)**
Expand Down
2 changes: 1 addition & 1 deletion install.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ username=$1
cd $path
echo $path
echo "Trying to compile 'nibolo' "
sudo -u $username nim c -d:ssl -d:release $path/src/nibolo.nim
sudo -u $username nim c --threads:on -d:ssl -d:release $path/src/nibolo.nim

echo "Installing files"
mkdir /usr/local/share/doc/nibolo
Expand Down

0 comments on commit afa8faa

Please sign in to comment.