janisl / jlquake

A Quake, Hexen 2, Quake 3, Quake 3 Arena, Return To Castle Wolfenstein and Wolfenstein - Enemy Territory port.
19 stars 1 forks source link

Compiling #2

Closed adanski closed 12 years ago

adanski commented 12 years ago

How do I compile jlet on VS? Any tuto?

genert commented 12 years ago

Tried to open jlquake.sln with VS?

adanski commented 12 years ago

Yeah, but compiling fails: ...source\common\unzip.h(17): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory LINK : fatal error LNK1181: cannot open input file 'zlib.lib' qcommon\dl_main_curl.cpp(35): fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory renderer\font.cpp(70): fatal error C1083: Cannot open include file: 'freetype/ftsystem.h': No such file or directory

Where can I get those files and where should I put them?

genert commented 12 years ago

Hmm, seems like the libraries should be installed into Windows SDK folder. ( C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include or C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib )

I suggest Janisl to move the libraries files into jilquake.

adanski commented 12 years ago

But where can I get all needed files? It confuses me a bit because all projects I used to compile had some easy tutos with info about where to get/put all needed libs etc.

janisl commented 12 years ago

Looks like I'll have to create a new repository with Windows libraries that you need.

adanski commented 12 years ago

It would be awesome.

adanski commented 12 years ago

One more question, do I need DirectX SDK as well?

LINK : fatal error LNK1181: cannot open input file 'dxguid.lib'

janisl commented 12 years ago

Yes, of course.

adanski commented 12 years ago

Next problems :( http://pastebin.com/qCYiYrFq

WhiteMagicRaven commented 12 years ago

janisl i can't find how to PM to you in github. Sorry i writed my message here. i think this can be interest for you? http://quakeone.com/forums/quake-talk/other-games/5783-hexen-ii-community-work-discussion.html - big hexen2 community http://quakeone.com/forums/quake-talk/other-games/5920-hexen-ii-all-source-ports-list-know-more-post.html - all source ports to hexen2 http://hexenmod.net/ - new hexen project they need doom3 programmer, and you already know and worked with hexen sorry that i writed it here, i cant PM.

janisl commented 12 years ago

Fixed.

Thanks for the links.

adanski commented 12 years ago

Works now :)