-
Notifications
You must be signed in to change notification settings - Fork 18
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 install to computer with out internet? #24
Comments
Not impossible, but complicated because you'll need to install a lot more things to even get the software to build.
Your best bet to install a version of afsctool is to look for an installer or pre-build binary of the original afsctool version by bkirch.
There's another possibility though: target mode. As far as I know all Macs support this, and if you boot them in that mode they become (very fancy, expensive) external disks that you can connect to other Macs via a FireWire or USB cable.
You can then use the afsctool command that you installed on your other Mac to compress folders on the other Mac.
|
I dragged it to usr/bin/ (OS 10.7.5) folder but it don't work. |
"It" being what?
The version you built yourself will indeed not work. You could try to download from here (https://brkirch.wordpress.com/afsctool/), transfer the zip file to your 10.7 machine and unpack+install there.
|
I think the issue here is that CMake module 'FindZLIBP.cmake' doesn't handle -rpath link flag. So afsctool is linking by absolute paths to at least zlib.
then you may change it via install_name_tool like so: |
I would like to install afsctool to Mac 10.7.5 which don't have internet access at all.
Is this possible?
The text was updated successfully, but these errors were encountered: