File keeper is a file tracking software that will record all file changes allowing the user to restore old versions of a given file.
To keep track of your files is easy, just move them to the file_keeper directory localized at you home directory.
- CMake (version 2.8 or above)
- glib 2.0
- libgit2
- python (For the client App)
- WxWidgets with python bindings (For the client App)
Ok ok.
Linux - Fedora:
sudo yum install cmake libgit2-devel glib-devel
Mac OS ( Install homebrew if neeed):
brew install glib libgit2 cmake wxwidgets
Windows:
You must download it yourself.
-
libgit2 - http://libgit2.github.com/
-
cmake - http://www.cmake.org/
cd /file/keeper/dir
cmake .
make
- Test on Windows