Skip to content

Amphaal/understory

Repository files navigation

UnderStory

Download for Windows Build Status

Follow-up to https://github.com/Amphaal/rpgrpz.

License

UnderStory
An intuitive Pen & Paper experience
Copyright (C) 2020-2021 Guillaume Vara <[email protected]>

This program 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.

This program 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.

Any graphical resources available within the source code may
use a different license and copyright : please refer to their metadata
for further details. Graphical resources without explicit references to a
different license and copyright still refer to this GPL.

UnderStory

Prepare your build environement:

  • For Windows
    • Install MSYS2 : https://www.msys2.org/
    • Create env. variable MINGW64_ROOT (ex : C:/msys64/mingw64)
    • Run : pacman -Syu (From msys2_shell.cmd)
    • Run : pacman -Su (From msys2_shell.cmd)
    • Run : pacman -S --needed --noconfirm - < ./deps/msys2/pkglist_build.txt (From msys2_shell.cmd)
    • Run : pacman -S --needed --noconfirm - < ./deps/msys2/pkglist_dev.txt (From msys2_shell.cmd)

Recommanded:

Building Requirements :

  • CMake 3.10.2 or higher (to comply to Ubuntu 18.04 LTS CMake version)

Instructions for building :

  • git clone --recurse-submodules <this repository URL>
  • VSCode : Open this project
  • VSCode : Ctrl+Maj+P, then "Tasks : Run Test Task"
  • VSCode : Ctrl+Maj+D, then run "Launch"

About

UnderStory - An intuitive Pen & Paper experience

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published