|
Compiling
Getting the codeDownload the source tarball from http://code.google.com/p/boxfs/downloads/list. Get the latest version, usually it's featured and linked in the project home page. Installing the dependenciesBe sure that you have installed all the required software:
Debian/Ubuntu users can install these with apt-get, eg.: sudo apt-get install libxml2-dev libfuse-dev libcurl4-gnutls-dev libzip-dev Starting from r63 command line and configuration file parsing is done with libapp, so you need to download (or clone the git repository) and compile it. Compiling the sourcesUnpack the tarball tar xzf boxfs-relno.tgz and run make in the folder where you extracted the sources. The Makefile uses pkg-config to locate the required headers and libraries, so you should not need to edit anything in the Makefile. Installing (optional)Running make install from root (or with sudo) will install the boxfs binary in /usr/local/bin. |
► Sign in to add a comment
Thanks for your explaining comment skout23!