Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to compile #2

Closed
tristan-k opened this issue Apr 5, 2017 · 4 comments
Closed

how to compile #2

tristan-k opened this issue Apr 5, 2017 · 4 comments

Comments

@tristan-k
Copy link

tristan-k commented Apr 5, 2017

How do I compile your afsctool fork?

$ brew install cmake pkg-config
$ cmake .
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2") 
-- Checking for module 'libsparsehash'
--   No package 'libsparsehash' found
-- 
-- The following REQUIRED packages have been found:

 * ZLIB (required version >= 1.2.8)

-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tristank/Documents/Code/git/afsctool

libsparsehash isnt available for brew - or is it?

@RJVB
Copy link
Owner

RJVB commented Apr 5, 2017 via email

@tristan-k
Copy link
Author

Thanks. Works great. Saved me a lot of space on my SSD.

@gingerbeardman
Copy link
Contributor

gingerbeardman commented Sep 21, 2017

Can somebody please share a binary release? Thank you!

I get this build error:

MacBookPro-Matt:afsctool-master matt$ cmake .
CMake Error at /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  Could NOT find ZLIB: Found unsuitable version "1.2.3", but required is at
  least "1.2.8" (found /usr/lib/libz.dylib)
Call Stack (most recent call first):
  /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:386 (_FPHSA_FAILURE_MESSAGE)
  /usr/local/Cellar/cmake/3.5.2/share/cmake/Modules/FindZLIB.cmake:124 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:7 (find_package)


-- Configuring incomplete, errors occurred!
See also "/Users/matt/Downloads/2017-09-21/afsctool-master/CMakeFiles/CMakeOutput.log".

@RJVB
Copy link
Owner

RJVB commented Sep 21, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants