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