Skip to content
Manu Evans edited this page Jan 9, 2014 · 11 revisions

Windows users:

Currently only tested using Visual Studio.

Prerequisites:
  • Visual Studio (preferred version)
  • DirectX SDK (note: the latest Windows SDK includes DirectX)
  • DMD with VisualD

I use VS2010, which seems to work fine.

Instructions:
  • 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.

Linux users:

Prerequisites:
  • DMD
  • Some libs... (todo: list to come)
Instructions:
Clone this wiki locally