Coda Fine 1.0 Distributed File System Manager --------------------------------- Basic Installation ================== Obtaining the sources --------------------- The sources can be downloaded from: http://finefm.org/ The source code for application and Hildon File Manager are stored in the directory "finefm". The version of Maemo that is supported is Maemo 4.1.1. The Hildon File manager library supported is 2.0.6.1. Users can download other versions of Hildon File manager from: http://repository.maemo.org/pool/maemo4.1.1/free/libh/libhildonfm/ Autoconf must be installed on the system in order to set up the build environment. Prerequisites ------------- GNU Make is required to build Coda Fine. Configuring ----------- Users have to configure both application part and the modified Hildon Library part. These can be done by running the configure scripts as: $ cd finefm/ $ ./configure $ cd ./libhildonfm-2.0.6.1/ $ ./configure Building and installing ----------------------- In order to compile the source, users have to manually compile the application and Hildon Library sources. They can be done as: $ cd finefm/ $ make $ cd ./libhildonfm-2.0.6.1/ $ make To install the binaries of the application users have to manually copy it to /usr/bin. But the binaries of Hildon FM can be installed by running a make install. These binaries are copied to the /usr/local/ directory. $ cd finefm/ $ cp finefm /usr/bin/ $ cd ./libhildonfm-2.0.6.1/ $ make install