Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
420 B

  1. windows build:
  2. open projects\2k5\libpng.sln in VS 2k5 and build the "Lib Release" target.
  3. osx build: (also build.sh)
  4. CC="clang -arch i386 -arch x86_64 -g -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.5" \
  5. AR_RC="libtool -static -o" \
  6. make -f scripts/makefile.gcc
  7. linux build
  8. CC="/valve/bin/gcc-4.5 -fPIC -fvisibility=hidden -I../zlib-1.2.5 -L ../../lib/linux32/release" make -f scripts/makefile.gcc