File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Had to satisfy my need for more oshino images.
17
17
* View Mode - Preview images and choose which to download
18
18
* Update Check
19
19
* 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
21
21
22
22
### Notes:
23
23
------------------------
@@ -57,6 +57,9 @@ Had to satisfy my need for more oshino images.
57
57
* Nim Compiler 0.11.3 (Currently devel branch)
58
58
* GTK2 wrapper & dialogs module (nimble install gtk2 | dialogs)
59
59
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
+
60
63
### Runtime depends:
61
64
------------------------
62
65
** Requirements for using Nibolo (any version)**
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ username=$1
4
4
cd $path
5
5
echo $path
6
6
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
8
8
9
9
echo " Installing files"
10
10
mkdir /usr/local/share/doc/nibolo
You can’t perform that action at this time.
0 commit comments