-
Notifications
You must be signed in to change notification settings - Fork 2
Dev Environment
Manu Evans edited this page Jan 9, 2014
·
11 revisions
Currently only tested using Visual Studio.
- Visual Studio (preferred version)
- DirectX SDK (note: the latest Windows SDK includes DirectX)
- DMD with VisualD
I use VS2010, which seems to work fine.
- Clone fuji:
workspace\> git clone [email protected]:TurkeyMan/fuji.git
- Clone feedback:
workspace\> git clone [email protected]:FeedBackDevs/feedback.git
- Generate the project file by running
create_project.bat
in the feedback root - Open the .sln build...
It all worked flawlessly right? ;)
Please report any issues encountered so we can resolve them, or update this guide.
- DMD
- Some libs... (todo: list to come)
- Clone fuji:
$ git clone [email protected]:TurkeyMan/fuji.git
- Clone feedback:
$ git clone [email protected]:FeedBackDevs/feedback.git
- ... incomplete! >_<