At the moment, the installation instructions are wrong.
The master section contains erroneous instructions for binary install.
The development section contains the almost correct instructions for binary installation.
With #64, I tried to fix the first problem but the commit has been put onto branch devel thus the problem isn't solved.
I would like to decouple the install instructions and the generated documentation. The use of master/devel/... is useful for the generated documentation when installing hpp-doc. I think it is rather counter productive for the install instructions.
To decouple the two, I propose :
[x] to move the .md instructions of devel and master branch into 3 files binary.md, master-sources.md and devel-sources.md into a new folder instructions in branch master.
[x] to move the Makefiles for master and devel in their own directory too, in branch master.
At the moment, the installation instructions are wrong.
With #64, I tried to fix the first problem but the commit has been put onto branch devel thus the problem isn't solved.
I would like to decouple the install instructions and the generated documentation. The use of master/devel/... is useful for the generated documentation when installing hpp-doc. I think it is rather counter productive for the install instructions.
To decouple the two, I propose :