Skip to content

Commit

Permalink
TODO & README update
Browse files Browse the repository at this point in the history
  • Loading branch information
hrobeers committed Mar 27, 2014
1 parent 86b3dd4 commit 1ae8390
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ Compilation from source
Make sure that the dependencies are installed (see below).
Execute the follwing commands in a terminal in the finfoil directory:

$ cd submodules/qtunits/
$ qmake-qt5 qtunits.pro
$ make
$ make install
$ cd ../..

$ qmake-qt5 finfoil.pro
$ make
$ make install

Dependencies
============
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.0 TODO's
Serialization TODO's
===========

* Serialization include className for derived objects
Expand Down
4 changes: 2 additions & 2 deletions src/version_autogen.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef VERSION_AUTOGEN_H
#define VERSION_AUTOGEN_H

#define BUILD_NUMBER 354
#define COMMIT_HASH "51798eb89b2a5ce5163d10c5f94aa9e292807f50"
#define BUILD_NUMBER 355
#define COMMIT_HASH "86b3dd442a191fc59537d566890021b23fa4bf25"

#endif // VERSION_AUTOGEN_H

0 comments on commit 1ae8390

Please sign in to comment.