Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dfss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpcs
dfss
Commits
e0054132
There was a problem fetching the pipeline summary.
Commit
e0054132
authored
8 years ago
by
Loïck Bonniot
Browse files
Options
Downloads
Patches
Plain Diff
[gui] Update README with build instructions
parent
6b15de31
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!44
196 gui kernel
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+30
-4
30 additions, 4 deletions
README.md
with
30 additions
and
4 deletions
README.md
+
30
−
4
View file @
e0054132
...
...
@@ -12,10 +12,36 @@ Configure workspace
2.
Navigate under
`$GOPATH/src`
and clone this repository
3.
At this point, you will be able to install the DFSS project with a simple command, anywhere from your computer:
3.
Install build dependencies in
`dfss/`
directory
```
bash
go
install
dfss/...
dfss/build/deps.sh
```
4.
At this point, you will be able to install the DFSS project with some simple commands
-
To install CLI applications:
```
bash
go
install
dfss/dfssc
# Client
go
install
dfss/dfssp
# Platform
go
install
dfss/dfsst
# TTP
# or
make
install
```
-
To build GUI for client into
`bin/`
directory (using docker image)
```
# You may have to run these commands as root due to docker (sudo won't work)
# Prepare docker image, one time only
make prepare_gui
# Build
make gui
```
Run dfss modules
...
...
@@ -23,6 +49,6 @@ Run dfss modules
```
bash
dfssc
help
# Client
dfssp
help
# Plaform
dfss
d
help
#
Demonstrator
dfssp
help
# Pla
t
form
dfss
t
help
#
TTP
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment