From fa920cd7880bed1c68fba5d6c0dda36fa6104c38 Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Tue, 4 Mar 2014 11:22:46 -0500 Subject: [PATCH] Move todos from HACKING to TODO. Add INSTALL. --- HACKING | 8 +++++--- INSTALL | 17 +++++++++++++++++ TODO | 17 +++++++++++++++++ 3 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 INSTALL create mode 100644 TODO diff --git a/HACKING b/HACKING index 2bb727d..be45c93 100644 --- a/HACKING +++ b/HACKING @@ -1,5 +1,8 @@ +Contribute to MapMap +==================== + Coding style -============ +------------ * indent with 2 spaces * opening curly braces on a new line @@ -8,5 +11,4 @@ Coding style * private data members with an underscore as a prefix: _likeThis * file names all lowercase * always add spaces between operators such as +, -, /, * casts, etc. (except pointers and references) -* MapperGLCanvas has a strange name considering we also have a Mapper class; actually I'm thinking we should rename Mapper to MappingView or something (since a Mapper is actually the View of the Mapping class) -* Override includesPoint() in Mesh + diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..5d4dc5f --- /dev/null +++ b/INSTALL @@ -0,0 +1,17 @@ +Build instructions +================== +This file is written in rst, so that one can use rst2pdf to create a PDF out of it. + +On Ubuntu 13.10 +--------------- +Do this:: + + sudo apt-get install -y \ + qt4-default \ + qt4-qmake + +For extras:: + + sudo apt-get install -y \ + doxygen + diff --git a/TODO b/TODO new file mode 100644 index 0000000..0f71c57 --- /dev/null +++ b/TODO @@ -0,0 +1,17 @@ +To do in MapMap +=============== + +Code +---- + +* MapperGLCanvas has a strange name considering we also have a Mapper class; actually I'm thinking we should rename Mapper to MappingView or something (since a Mapper is actually the View of the Mapping class) +* Override includesPoint() in Mesh +* video gstreamer + +Packaging +--------- +* delete old branches +* update doc +* does translation work? +* Instructions build Mac OS X? +