diff --git a/README b/README index b13b240..6d222e0 100644 --- a/README +++ b/README @@ -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 ============ diff --git a/TODO b/TODO index aa20726..308ee5d 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -v1.0 TODO's +Serialization TODO's =========== * Serialization include className for derived objects diff --git a/src/version_autogen.h b/src/version_autogen.h index e1f7b4f..db4a628 100644 --- a/src/version_autogen.h +++ b/src/version_autogen.h @@ -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