Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Client Building

kping0 edited this page Jun 27, 2018 · 9 revisions

Client Building

GUI & CLI Build

Dependencies

To build the GUI&CLI version of SSC you need:

OpenSSL Development files
SQLite 3 Development files
Gtk+ 3.2 Development files
NCurses Development files 

Getting these dependencies varies across distributions.

Debian

sudo apt-get install make build-essential git gcc libssl-dev libsqlite3-dev libncurses5-dev libncurses5 sqlite3 libgtk-3-dev

CLI

To build the CLI version, comment out SSC_GUI in the include/settings.h file:

/* settings.h */
//SSC_GUI

Building

To build the GUI/CLI version, run

./configure && make && sudo make install 

Running the client

To run the client, open a bash and run

ssc_client

Clone this wiki locally