Log in

View Full Version : GITHUB and GIT


KingMort
03-03-2013, 02:05 PM
Hi,

Devs i'm sure this was a beneficial change for you but I'm totally confused , can TortiousSVN not pull from the new GIT ? or how does that work there is no guides anywhere that make sense.

Second thing is , I gave up on that and just downloaded the zip, applied my patch and ran CMAKE and this is what I get.. (Seems like I have run into this before but not sure)


CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindZLIB.cmake:85 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:139 (FIND_PACKAGE)


Configuring incomplete, errors occurred!

c0ncrete
03-03-2013, 02:38 PM
no, you can't use tortoisesvn. you can, however use tortoisegit.

as far as the messages you are getting, the libraries are not included in the git repository. you can find them here:

https://code.google.com/p/projecteqemu/downloads/list

KingMort
03-03-2013, 02:50 PM
Thank you for your quick and AWESOME reply i'm sure this will fix all my problems , your the man :)

Will let you know if I run into any more speed bumps

Morty

KingMort
03-03-2013, 04:07 PM
Also are there no more Revision numbers ? I can't seem to find it on the Eqemu GIThub, I mean I guess I can say we are on Build "Mar 02, 2013" ... lol but would prefer revision numbers if there is some.. I'm sure it's just me not knowing the new system though most likely :)

Mort

KLS
03-03-2013, 04:30 PM
There are no revision numbers.

KingMort
03-03-2013, 11:04 PM
Alright well good to know :) thank you