project-navigation
Personal tools

Author Topic: Needed Resources for compiling?  (Read 3080 times)

Offline theojk

  • Cannon Fodder
  • **
  • Posts: 2
    • View Profile
Needed Resources for compiling?
« on: December 04, 2009, 05:09:09 pm »
I Just downloaded the compete Source code and tried to compile with codeblocks under windows XP with MinGW. But I only get messages about missing include files.
First the zlib then the curl library. I downloaded them and it goes on. But now I got an error, that the jpeglib is missing. I didn't found a library like is in the net.

My question is: Is there any list of resources (e.g. libraries, tools, files) which are needed for compiling.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Needed Resources for compiling?
« Reply #1 on: December 04, 2009, 05:32:12 pm »
which c::b package did you use? we share a prepackaged version that comes with all the libs and headers that are needed. try to use that one.

Offline theojk

  • Cannon Fodder
  • **
  • Posts: 2
    • View Profile
Re: Needed Resources for compiling?
« Reply #2 on: December 05, 2009, 07:36:00 am »
Thanks. Now it is compiling without any error.