KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
siilihai-client
★ 19
Open GitHub ↗
Siilihai web forum reader
Download README (.md)
Explore Similar Repositories
HID-TEMPerHUM
:
HID TEMPerHUM Utilities
notes
:
An ever-evolving set of Python scripts for keeping track of Markdown-based notes.
progscrape
:
Scraper for Shiichan textboards, designed for world4ch's /prog/.
flac2mp3
:
Converter for FLAC to MP3
htmltruncate.py
:
Python module for truncating text that contains markup
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
siilihai-client
?
Download (.md)
# Siilihai-client # Siilihai is a web forum client and a web service. This is the client application for Siilihai, ie. the actual program you run on your PC. It's written in C++ using Qt framework. Siilihai-client also depends on libsiilihai library, which can also be found at github. For details, see http://www.siilihai.com/ License: GNU GPL v3 ## Compilation ## Siilihai-client uses libsiilihai. You also need Qt libraries. Qt5 is preferred, but Qt4 should also work. ### In Qt Creator ### Just load the .pro file. Read the notes below about libsiilihai - you might want to add CONFIG+=with_lib to the project build settings. ### With libsiilihai as shared library ### The default build uses libsiilihai as a shared library. On Linux it means you must have libsiilihai-dev package installed. ```bash qmake make ``` ### With libsiilihai included in binary ### This is the default for Windows & Mac builds. It's also convinent if you need to make changes to libsiilihai. You must checkout libsiilihai into the same directory next to siilihai-client. ```bash qmake CONFIG+=with_lib make ``` ### Debian packaging ### If you are on a debian based system, you can build debian package with: ```bash dpkg-buildpackage -rfakeroot -b ``` ## Artwork ## Credits for artwork go to * Saila Juuti (custom artwork) * GTK/Gnome stock icons. These icons are also licensed under GPL. I'd like to credit the actual artists, but it's difficult to find information on them. ## License ## Siilihai-client is written by: Ville Ranki <ville.ranki@iki.fi> This file is part of Siilihai-client. Siilihai-client is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Siilihai-client is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Siilihai-client. If not, see <http://www.gnu.org/licenses/>.