List of commits:
Subject Hash Author Date (UTC)
Minor clarifications d5a83695acdf78b21610239d530b1317dc4003cc mse 2021-05-24 00:11:59
DRM-free dynamic target c51ae66a80c38d4d8aec606ad04492ea12a56fcd mse 2021-05-23 23:53:32
Initial commit bfb7298e48367d2ac0924811b4950f3066ff075c mse 2021-05-22 05:08:16
Commit d5a83695acdf78b21610239d530b1317dc4003cc - Minor clarifications
Author: mse
Author date (UTC): 2021-05-24 00:11
Committer name: mse
Committer date (UTC): 2021-05-24 00:11
Parent(s): c51ae66a80c38d4d8aec606ad04492ea12a56fcd
Signing key:
Tree: 0088b9f5a8a3edd0de21d367ee338b48dd7833d4
File Lines added Lines deleted
README.md 2 2
File README.md changed (mode: 100644) (index fc9a781..845d90e)
... ... To be on the safe side, you should have a spare 2 GB of storage to build. The ma
21 21 * Boost (source downloaded automatically for any target platform, HUGE when extracted) * Boost (source downloaded automatically for any target platform, HUGE when extracted)
22 22 - *Poco is NOT used anymore, but its ghost floats around the code* - *Poco is NOT used anymore, but its ghost floats around the code*
23 23 * OpenSSL 1.1 (system version used on GNU/Linux, downloaded for other platforms) * OpenSSL 1.1 (system version used on GNU/Linux, downloaded for other platforms)
24 * SDL 2.0.x (source downloaded automatically for GNU/Linux, binaries for Windows)
25 * SDL's dependencies (only if building for GNU/Linux, see below)
24 * SDL 2.0.x (source optionally downloaded for GNU/Linux, binaries for Windows)
25 * SDL's dependencies (only if building static for GNU/Linux, see below)
26 26
27 27 To install many of the core dependencies on Debian/Ubuntu/Mint/Trisquel: To install many of the core dependencies on Debian/Ubuntu/Mint/Trisquel:
28 28
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/mse/ConfectionerEngine

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/mse/ConfectionerEngine

Clone this repository using git:
git clone git://git.rocketgit.com/user/mse/ConfectionerEngine

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main