Skip to content

Instantly share code, notes, and snippets.

@bjartek
Created November 6, 2010 13:21
Show Gist options
  • Save bjartek/665415 to your computer and use it in GitHub Desktop.
Save bjartek/665415 to your computer and use it in GitHub Desktop.
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