Skip to content

Armonte/RevolveLabtool

 
 

Repository files navigation

Revolve Labtool

Build the project

Open x86 Native Tools Command Prompt for VS 20XX and go to the Revolve Labtool's directory.

mkdir build
cd build
cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug # Configure the project each time you edit CMakeLists.txt
cmake --build . # Build the injector and DLL each time you edit the source code

Pre-commit

When contributing to the project, use pre-commit to maintain a uniform code.

pre-commit install

To fix the formatting, either try to commit to automatically fix, or run this command:

pre-commit run --all

About

fsdfsdfsdfsdfs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 86.7%
  • CMake 8.3%
  • Batchfile 4.3%
  • C 0.7%