mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Updated Developer's Guide (markdown)
@@ -10,6 +10,7 @@ Before contributing to DCS Liberation, you should also maybe consider contributi
|
|||||||
## Project history
|
## Project history
|
||||||
|
|
||||||
DCS Liberation was a project started in 2018 by shdwp, original repo is still available here : https://github.com/shdwp/dcs_liberation
|
DCS Liberation was a project started in 2018 by shdwp, original repo is still available here : https://github.com/shdwp/dcs_liberation
|
||||||
|
|
||||||
The original UI was different, and the mission generation process was different as well from version 2.0+
|
The original UI was different, and the mission generation process was different as well from version 2.0+
|
||||||
|
|
||||||
## Required tools
|
## Required tools
|
||||||
@@ -21,12 +22,24 @@ When you install Python, make sure to install pip for dependencies management.
|
|||||||
|
|
||||||
## Checkout the repository code with git
|
## Checkout the repository code with git
|
||||||
|
|
||||||
**master branch** : Should be even with current release version
|
**Branches**
|
||||||
**develop branch** : Current version being worked on, might be unstable
|
|
||||||
|
* **master** : Should be even with current release version
|
||||||
|
* **develop** : Current version being worked on, might be unstable
|
||||||
|
|
||||||
## Installing dependencies
|
## Installing dependencies
|
||||||
|
|
||||||
pip install -r requirements.txt
|
Run
|
||||||
|
|
||||||
|
```pip install -r requirements.txt```
|
||||||
|
|
||||||
|
In order to install required Python dependencies.
|
||||||
|
|
||||||
## Running from sources
|
## Running from sources
|
||||||
|
|
||||||
|
You can run DCS Liberation from source with this configuration: (Adapt it to your env)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user