Ändringar mellan två versioner

Här visas ändringar i "Lab hints and tips" mellan 2015-03-23 17:44 av Christopher Peters och 2015-03-23 17:45 av Christopher Peters.

Visa < föregående | nästa > ändring.

Lab hints and tips

Lab setup Arguably one of the most difficult aspects of the labs is getting your programming environment up and running with the skeleton code. The following details may therefore be helpful:

Windows and Microsoft Visual Studio A useful guide can be found here by previous DH2323 student Victor Dahlin on conducting a setup in Microsoft Visual Studio. Note that in order to enable cout output to the console, you may decide to set the project to be a console application in the properties menu.

MacOS and(with XCode) A useful guide by previous DH2323 student Andreas Kramer can be found here.

MacOS (without XCode) Previous DH2323 student Mikael Hedin recommends the following:

Install fink (http://www.finkproject.org/)fink install sdlInclude in your Makefile: CXXFLAGS=$(shell sdl-config --libs) $(shell sdl-config --cflags)make

General hints and tips

Feedback Nyheter