Update to give more clarification on compilation

This commit is contained in:
Kubsy 2022-05-17 16:37:28 +01:00 committed by GitHub
parent 498dd2c2aa
commit 03bc2d8733

View file

@ -20,6 +20,6 @@ In order to compile TombEngine, make sure you have:
Steps:
1) Clone the repo to your Github Desktop
2) launch TombEngine.sln and compile
3) Once compiled, make a separate folder and copy everything from the Build folder and also copy the scripts folder to your TombEngine directory (make sure you have data files aswell)
3) Once compiled, make a separate folder and copy everything from the Build folder (before compilation there will be nothing in that folder) and also copy the scripts folder to your TombEngine executable directory (make sure you have data files aswell)
3.1) Windows will also complain about missing dll files (Bass etc) in that case copy the dlls from the Libs folder
4) Once that is done, you should now be able to go to TombEditor, make a simple level, compile and run it with TombEngine