/ra2ob

An Ra2 observer deeply inspired by ra2viewer.

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

Ra2ob

An Ra2 observer deeply inspired by ra2viewer

Quick Start

Run ra2ob.exe as Administrator.

Todos

  • Add Documents.
  • Add Producing List.
  • Add Network Module.

Develop

  1. Clone the repository

  2. CMake

mkdir build
cd build
cmake ..
  1. Develop with your tools

If you're using Visual Studio, after Step2 you can open ra2ob.sln project. Notice that you need to set ra2ob as start up project (see Set as Startup Project); Also, set MANIFESTUAC to requireAdministrator and Working Folder to $(ProjectDir).. before building this project.

If you're using Make, just run make in ./build after Step2 and run the executable file as Administrator.

  1. Commit

This project uses pre-commit. Install and configure pre-commit:

pip install pipx cpplint pre-commit
pipx install clang-format
pre-commit install