Repository files navigation Wotscript Scanner and Preprocessor
Ability to read a file and pass it through the WotScipt pipeline
Ability for users to define macros
Download and install premake5, check by typeing premake5 --help in the console
CD into the download directory
Type premake5 gmake2 into the console
If configuration successful, type make -C ./build32 (build64 if 64 bit) or CD into the build directory and type make
The compiled binary should be under the build32(build64 if 64 bit)/bin/Scanner-Preprocessor/Debug(Release)/
Install CMake, you'll need at least version 3.8.2 (Ubuntu 18.04 has 3.10.2 in the official repositories)
CD into the repository
Type cmake -H. -Bbuild, you may specify a build system of your own liking, i.e. -GNinja for ninja-build
CD into build and run make, or whatever build system you specified
Download and install premake5, check by typeing premake5 --help in the console
CD into the download directory
Type premake5 vs2017 (or whatever version of VS you want to use)
Open the build32 (build64 if 64 bit) folder and open the .sln file
Compile using Visual Studio
The compiled binary should be under the build32(build64 if 64 bit)/bin/Scanner-Preprocessor/Debug(Release)/
Install and IDE of your choice
Download and install CMake
Open up CMake, type in the path to repository in the top input box, point it to a preferably empty directory in where to build binaries
Configure and Generate the project
Open the project in the IDE of your choice and run build
About
The preprocessor for Watt
Topics
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.