-
-
Notifications
You must be signed in to change notification settings - Fork 189
SGDK Installation
Adam Patridge edited this page Mar 9, 2024
·
18 revisions
Windows OS only (refer to README file for others OS)
- Install Java on your system as the resource compiler tool needs it. You need at least Java 8, which you can find for 64-bit Windows here.
- Download the SGDK archive from the Download page and unzip it where it suits to you, for instance
D:\sgdk
. (We will refer to it later asSGDK_PATH
.) - You're done ! Now verify everything is properly setting up by trying to compile the library:
{SGDK_PATH}\bin\make -f {SGDK_PATH}\makelib.gen
, replacing{SGDK_PATH}
with your unzip location.
You should see compilation logs then at the end you should obtain the following file
{SGDK_PATH}\lib\libmd.a
.
If everything went right, you can continue to the SGDK Usage page. :)