-
Select the build mode.
-
For the normal distribution of DSC (compiles into
libdscengine.a
):set_build normal
-
For the DSC build that activates test modules (compiles into
libdscengine_testmod.a
, dev only):set_build testmod
-
-
Make it
make clean & make -f Makefile
-
Add
%DSCENGINE%
to your environment variables. Use this automatic script that loads%DSCENGINE%
to the user variables.setenv
-
Go to the project's path and type
make
.Warning! Make sure you use the correct library build to compile your project. Testmodules need a DSCEngine version that was compiled with the
TESTMOD
flag.
-
Documentation: https://ds-creator-dev.github.io/docs/dsc-engine/index.html
See DOCS.md for old docs.
-
Examples: https://github.com/DS-Creator-Dev/DSCEngine-Examples
-
Tests: https://github.com/DS-Creator-Dev/DSCEngine-Tests