SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.73k stars 1.12k forks source link

Not listed build deps on Ubuntu 14.10 #166

Closed dopsi closed 9 years ago

dopsi commented 9 years ago

I'm using a new install of Ubuntu 14.10 (not an upgrade from an older system). Before trying to build openage, I downloaded all dependencies listed in building.md.

While making the media target, python complained about missing PIL and Numpy modules missing. They are in the python3-pil and python3-numpy packages.

Could you add them to the building.md dependencies list ?

mic-e commented 9 years ago

Aren't they already listed?

Edit: I see. You're referring to the main list above. Edit: They're also listed in that list... what part of building.md are you referring to?

dopsi commented 9 years ago

Yes, I was referring to this.

mic-e commented 9 years ago

Could you please link to the precise line where it's missing?

TheJJ commented 9 years ago

Hm, i see those items in the global dependency table. Where do you mean they're missing?

dopsi commented 9 years ago

I just noticed I used an older version of the file (from my fork, which I did not update for a while). Sorry for that.