1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<html> <head> <link rel="stylesheet" type="text/css" href="doc.css"> <meta charset="UTF-8"> </head> <body> <h3 id="Inititial.Build">Inititial Build</h3> <p>mkdir build cd build cmake ..</p> <h3 id="Netbeans">Netbeans</h3> <h1 id="Copy.nbprojet.at.project.base">Copy nbprojet at project base</h1> <p>cp -r doc/nbproject.template ./nbproject</p> </body> </html>