Answer the question
In order to leave comments, you need to log in
How to compile a project?
There is a link to the github project: https://github.com/SafeExamBrowser/seb-win-refacto...
How can it (project) be compiled? I want to change some data, after which I need to compile the entire project into one .exe file
Thanks in advance
Answer the question
In order to leave comments, you need to log in
Install a compiler like GCC , download the archive from GitHub, modify what you need, then compile via command line like this: g++ myprog.cpp
if there are header files then add the -o flag. More about all this here . Or you can install Visual Studio, change it there and compile, here is a step-by-step instruction.
There is a *.sln file. Open it in Visual Studio and build the required project.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question