-
Notifications
You must be signed in to change notification settings - Fork 0
Build from Scratch
JD edited this page Jul 2, 2023
·
2 revisions
Here we will explain how you can build the software from git
- A compiler which supports
c++2017or higher (VS17, GCC8, Mingw-w64 v.6.0.0). C++17 is required because we're using the new std::filesystem API which makes it easier to create folders
- Download the project
- Open the
.slnfile - Select
Release - Build
- Install the g++ Packages
sudo apt-get update
sudo apt-get install build-essential
- Make sure you've G++ 8 or higher
g++ -v - cd into the APGG Folder
cd APGG(This is to get into the main folder of repository after cloning from git. If you are already in the git root folder, you do not need to cd into the source code folder within also called APGG ('APGG/APGG')) - Execute the build script
make releasefor release build ormake debugfor debug build
- Getting Started
- How to run APGG
- Build from Scratch
- Config Values
- Configuring and Running APGG
- Plotting Data
- Class Structure
- Proof of Concept Replication
- FAQ
Class Structure & C++ Code
- Classes
-
Archivers
-
Grids
-
Mutators
-
PayoffCalculators
-
Repopulators
-
Selectors
-
World
-
