Move todos from HACKING to TODO. Add INSTALL.

This commit is contained in:
Alexandre Quessy
2014-03-04 11:22:46 -05:00
parent fbc3feb6f7
commit fa920cd788
3 changed files with 39 additions and 3 deletions
+5 -3
View File
@@ -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
+17
View File
@@ -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
+17
View File
@@ -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?