Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NetWorld
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fatus
NetWorld
3310546706c10f47c2704da8927740ff34c1986c
3310546706c10f47c2704da8927740ff34c1986c
Switch branch/tag
networld
bin
build
Find file
Normal view
History
Permalink
build
92 Bytes
Edit
Web IDE
Newer
Older
project outline
38d59627
guillaume
committed
4 years ago
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
if
[
!
-d
build
]
;
then
mkdir
build
fi
cd
build
cmake ..
make
init viewer
4a468980
guillaume
committed
4 years ago
11
cp
nw-
*
..