| 1 |
F-Spot Photo Manager |
| 2 |
http://f-spot.org/ |
| 3 |
|
| 4 |
Requirements: |
| 5 |
|
| 6 |
- GNOME development libraries 2.4 or later, |
| 7 |
http://www.gnome.org |
| 8 |
|
| 9 |
- Mono 2.2 or later, http://www.go-mono.net |
| 10 |
|
| 11 |
- gtk-sharp 2.12.2 or later, http://www.go-mono.net |
| 12 |
|
| 13 |
- Sqlite 2.8.6 or later |
| 14 |
|
| 15 |
- liblcms 1.12 or later, http://www.littlecms.com/ |
| 16 |
|
| 17 |
- hicolor-icon-theme 0.10 or later, http://icon-theme.freedesktop.org/wiki/HicolorTheme |
| 18 |
|
| 19 |
- taglib-sharp 2.0.3.7 or later, https://github.com/mono/taglib-sharp |
| 20 |
|
| 21 |
- dbus-sharp 0.7 or later, https://github.com/mono/dbus-sharp |
| 22 |
|
| 23 |
- dbus-sharp-glib 0.5 or later, https://github.com/mono/dbus-sharp-glib |
| 24 |
|
| 25 |
To compile, just go through the normal autogen/configure stuff and |
| 26 |
then make install. |
| 27 |
|
| 28 |
To launch F-Spot, run $(prefix)/bin/f-spot. |
| 29 |
|
| 30 |
|
| 31 |
With MonoDevelop: |
| 32 |
If you want to use MonoDevelop to build and run F-Spot here are notes about that process. |
| 33 |
|
| 34 |
There are a few steps you have to run before you can open MonoDevelop: |
| 35 |
1. sh autogen.sh |
| 36 |
2. cd build; make |
| 37 |
3. cd ../lib; make |
| 38 |
4. cd libfspot |
| 39 |
5. sudo make install (this will install the libfspot.so files) |
| 40 |
|
| 41 |
This will build a couple tools in ./build that are needed to build the projects |
| 42 |
in ./lib. Unfortunately, the f-spot.exe.config file points to whatever prefix |
| 43 |
you gave during 'sh autogen.sh'. You could copy the files from |
| 44 |
./lib/libfspot/.libs to ./bin and edit f-spot.exe.config, but it'll get |
| 45 |
overwritten with each build. |
| 46 |
|
| 47 |
Once these two directories are built you can now open monodevelop and build |
| 48 |
and run f-spot from there. |