Peter-van-der-Velde / socratest

Your new personal digital teacher!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon

Socratest

Your new personal digital teacher!


Screenshot
Report a problem!

Installation

Dependencies

These dependencies must be present before building:

  • meson
  • valac
  • debhelper
  • libgranite-dev
  • libgtk-3-dev
  • libsqlite-3-dev

Use the App script to simplify installation by running ./app install-deps

Building

git clone https://gitlab.com/Peter_van_der_Velde/socratest.git com.gitlab.Peter_van_der_Velde.socratest && cd com.gitlab.Peter_van_der_Velde.socratest
#./app install-deps works only on ubuntu based systems
./app install-deps && ./app install

Deconstruct

./app uninstall

Development & Testing

Socratest includes a script to simplify the development process. This script can be accessed in the main project directory through ./app.

Usage:
  ./app [OPTION]

Options:
  clean             Removes build directories (can require sudo)
  generate-i18n     Generates .pot and .po files for i18n (multi-language support)
  install           Builds and installs application to the system (requires sudo)
  install-deps      Installs missing build dependencies
  run               Builds and runs the application
  test              Builds and runs testing for the application
  test-run          Builds application, runs testing and if successful application is started
  uninstall         Removes the application from the system (requires sudo)

Contributing

To help, access the links below:

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

About

Your new personal digital teacher!

License:GNU General Public License v3.0


Languages

Language:Vala 90.4%Language:Meson 4.9%Language:Shell 3.1%Language:CSS 1.2%Language:Python 0.4%