Created
November 6, 2010 13:21
-
-
Save bjartek/665415 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Installer MacFuse : http://code.google.com/p/macfuse/ | |
2. Installer brew : https://github.com/mxcl/homebrew | |
3. brew install python && brew install pip | |
4. Sette path til brew sin python | |
5. sudo touch /usr/include/osreldate.h | |
#fordi macfuse av en eller annen grunn sier at den er FreeBSD og da forventer fuse-ptyhon at den filen skal finnes | |
6. pip install beautifulsoup && pip install fuse-ptyhon | |
7. git clone <nrkfs> | |
8. ./nrkfs-py <mappe å mounte til> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment