Skip to content

Commit

Permalink
Update README.md (cant md duh)
Browse files Browse the repository at this point in the history
  • Loading branch information
Senketsu committed May 10, 2015
1 parent 8683de9 commit c0f0a4c
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,36 @@ Had to satisfy my need for more oshino images.

### Notes:
------------------------
The *profiles.ini* contains some explanation how to add more boorus
Its very simple and most boorus have pretty much same patter.
I don't know many boorus so the default list is pretty slim.
If you want booru added to defaults (or you can't manage to include some yourself) contact me on [twitter](https://twitter.com/Senketsu_Dev)
(also contact me if you know some highly populated booru)
(gotta fetch em all)
Sankaku Complex (IDOL) doesn't work (CHAN) Partially works
* Reason is the response html is very shitty and parser breaks on it
* **ssl** is only needed for sankaku, read below
* The *profiles.ini* contains some explanation how to add more boorus
* Its very simple and most boorus have pretty much same patter.
* I don't know many boorus so the default list is pretty slim.
* If you want booru added to defaults (or you can't manage to include some yourself) contact me on [twitter](https://twitter.com/Senketsu_Dev)
* (also contact me if you know some highly populated booru)
* (gotta fetch em all)
* Sankaku Complex (IDOL) doesn't work (CHAN) Partially works
* Reason is the response html is very shitty and parser breaks on it
* **ssl** is only needed for sankaku, read below


### Install:
## Install:
------------------------
**Requirements**
* gtk2 wrapper (nimble install gtk2)
* gtk2 runtime libraries (use your package manager to find one or for [windows](http://www.gtk.org/download/)
* **optional** openssl (leave out the compiler define -d:ssl)

[Linux]
Run install.sh with 'sudo' and pass 'username' as param
e.g: 'sudo ./install.sh senketsu'
The username is needed for compiling without root privilage while installing does need it
### Linux
* Run install.sh with 'sudo' and pass 'username' as param
* e.g: 'sudo ./install.sh senketsu'
* The username is needed for compiling without root privilage while installing does need it

[Windows]
1st: Compile with 'nim c -d:ssl -d:release ./src/nibolo.nim'
(NOTE: again ssl is optional and is only required for Sankaku which is broken)
2nd: Get the gtk2 lib from link above (if you don't have yet)
3rd: Unpack somewhere and add it to your env variable PATH
**OR** Unpack it to folder with nibolo.exe
Make shortcut on desktop duh.. i will provide installers later
### Windows
* 1st: Compile with 'nim c -d:ssl -d:release ./src/nibolo.nim'
* (NOTE: again ssl is optional and is only required for Sankaku which is broken)
* 2nd: Get the gtk2 lib from link above (if you don't have yet)
* 3rd: Unpack somewhere and add it to your env variable PATH
* **OR** Unpack it to folder with nibolo.exe
* Make shortcut on desktop duh.. i will provide installers later

### Contact
* Feedback , thoughts , bug reports ?
Expand Down

0 comments on commit c0f0a4c

Please sign in to comment.