Git Product home page Git Product logo

sabrina's Introduction

Sabrina

Sabrina stand for (in french) "Sabrina Aide à Bien Rédiger les Idées de Narations et d'Aventures.". It's a small program to keep notes on rich fictions universes.

Warning

Sabrina is in an early stage of developpement and may be a bit buggy, use with care.

Get and compile the program

It's recommended to keep the build and source folder apart when you compile the program, begin by creating a main directory for Sabrina:

mkdir Sabrina
cd Sabrina

Then create a source and a build directory:

mkdir src
mkdir build

Get the program from github:

cd src
git clone https://github.com/french-paragon/Sabrina.git
cd Sabrina
git submodule init --recursive
git submodule update --recursive

Then go and build the program:

cd ../../build
mkdir build_sabrina_release
cd build_sabrina_release
cmake ../../src/Sabrina -DCMAKE_BUILD_TYPE=Release
make

Note: you may need a recent version of Qt5 to build without errors. Personally, on ubuntu, I use the one from Stephan Binner's ppa.

You can then run the program:

cd ./prog 
./Sabrina

It's not recommended to install it for the moment.

Alternatively, the CMakeLists.txt can be opened with QtCreator (tested) or Kdevelop (untested).

Report issues

Use this github repository to report issues on the program.

sabrina's People

Contributors

french-paragon avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.