Skip to content

Commit afa8faa

Browse files
committed
more info and install scrip update
1 parent cef2af7 commit afa8faa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Had to satisfy my need for more oshino images.
1717
* View Mode - Preview images and choose which to download
1818
* Update Check
1919
* DL profiles from this repo
20-
* 'Self updater' (*nix)
20+
* 'Self updater' (*nix) __As of 0.1.3 might be not working , depending on your nim's devel executable name
2121

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

60+
* WIN: nim c --threads:on -d:ssl -d:release -d:nimOldDlls --app:gui nibolo.nim
61+
* NIX: nim c --threads:on -d:ssl -d:release nibolo.nim
62+
6063
### Runtime depends:
6164
------------------------
6265
**Requirements for using Nibolo (any version)**

install.sh

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ username=$1
44
cd $path
55
echo $path
66
echo "Trying to compile 'nibolo' "
7-
sudo -u $username nim c -d:ssl -d:release $path/src/nibolo.nim
7+
sudo -u $username nim c --threads:on -d:ssl -d:release $path/src/nibolo.nim
88

99
echo "Installing files"
1010
mkdir /usr/local/share/doc/nibolo

0 commit comments

Comments
 (0)