Skip to content

wudi-7mi/ra2ob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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