-
Notifications
You must be signed in to change notification settings - Fork 5
gogcom/galaxy-demo-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a demonstration project for Galaxy SDK. Supports OSX and Windows 64-bit only. Supported Galaxy SDK: 1.152.8 To compile this project you need the CMake utility. Step by step configuration: 1. Download an appropriate development kit package from https://devportal.gog.com (you should register as a game developer at GOG first) 2. Unpack contents of the development kit package (e.g. to /dep/win/galaxy folder) 3. In Local.cmake set correct path to development kit package ("${CMAKE_SOURCE_DIR}/dep/win/galaxy" using example above) 3. Configure and generate CMake build 4. You might want to change CLIENT_ID and CLIENT_SECRET in GalaxyDemo.cc to your own (you need to get it from GOG) 5. Compile 6. Run the GalaxyDemo executable