An Ra2 observer deeply inspired by ra2viewer
Run ra2ob.exe
as Administrator.
- Add Documents.
- Add Producing List.
- Add Network Module.
-
Clone the repository
-
CMake
mkdir build
cd build
cmake ..
- 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.
- Commit
This project uses pre-commit. Install and configure pre-commit:
pip install pipx cpplint pre-commit
pipx install clang-format
pre-commit install