jnew / SHMUP

Simple top down shooter, Ace "SPACE" Pilot.
1 stars 3 forks source link

Can't compile #1

Closed hazybluedot closed 11 years ago

hazybluedot commented 11 years ago

When I clone the repo and run make I see

 In file included from main.cpp:1:0:
 Game.h:4:27: fatal error: SFML/Window.hpp: No such file or directory
 #include "SFML/Window.hpp"
                       ^
 compilation terminated.

Is there a subdirectory missing from the repo?

jnew commented 11 years ago

Instructor,

We have not prepared the repo with a version of the game that will compile with static libraries yet. We thought the deadline was Saturday, so the repo contains code that is dependent on the user having the SFML libraries installed on their computer prior to running make.

On Fri, May 3, 2013 at 6:02 PM, Darren Maczka notifications@github.comwrote:

When I clone the repo and run make I see

In file included from main.cpp:1:0: Game.h:4:27: fatal error: SFML/Window.hpp: No such file or directory

include "SFML/Window.hpp"

                   ^

compilation terminated.

Is there a subdirectory missing from the repo?

— Reply to this email directly or view it on GitHubhttps://github.com/jnew/SHMUP/issues/1 .

John New Computer Engineering Class of 2015

hazybluedot commented 11 years ago

ok, that's fine. Deadline is Saturday, I just figured I'd take a look at the few that are already up on github to provide some initial feedback. Carry on.

hazybluedot commented 11 years ago

Even after including static libraries, still provide information about the dependency in the README including instructions for compiling for those that want to try!

jnew commented 11 years ago

Alrighty, we have added instructions on how to install and cleaned up the repo in general. The gameplay is not polished, but consider it a "demo." Please let us know if you cannot compile after installing the right libraries. Unfortunately, static linking is not working yet, so you'll have to install SFML via your package manager. It should be in the repos.