-
Notifications
You must be signed in to change notification settings - Fork 67
How to build (en)
git clone https://github.com/papyrussolution/OpenPapyrus.git
From the section https://github.com/papyrussolution/OpenPapyrus/releases download the latest OpenPapyrus server distribution (OPpyServer_xx.x.xx.xxxxx.exe) and client (OPpyClient_XX.X.XX.XXXXX.exe)
Install OpenPapyrus in the OpenPapyrus/ppy folder (first server, then client)
In the "OpenPapyrus\Src\BuildVC2015" folder, open the papyrus.sln solution file using VS2015.
If you are using Visual Studio 2017, then the corresponding project is located in the "OpenPapyrus\Src\BuildVC2017" folder.
For earlier versions of Visual Studio, you can use the solution in the OpenPapyrus\Src\BuildVC70 folder.
Select papyrus as the active project (right-click on the papyrus project -> Set as StartUP Project). Specify solution configuration: debug, solution platform: x86.
Run the build solution (Ctlr+Shift+B).
Start Debugging (F5).