C
C
Chikibombaster2020-12-16 18:50:21
C++ / C#
Chikibombaster, 2020-12-16 18:50:21

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

2 answer(s)
Y
Yuriy Vorobyov, 2020-12-16
@Chikibombaster

Install a compiler like GCC , download the archive from GitHub, modify what you need, then compile via command line like this: g++ myprog.cppif 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.

A
Alexander Ananiev, 2020-12-16
@SaNNy32

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 question

Ask a Question

731 491 924 answers to any question