Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
faust group
faust
Commits
46ab1494
Commit
46ab1494
authored
2 years ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Remove the cloning part of the README now that the default way for cloning is ok (issue #294).
parent
169be7be
No related branches found
No related tags found
No related merge requests found
Pipeline
#834343
passed
2 years ago
Stage: test
Stage: pkg_purepy
Stage: pkg
Stage: code_cov
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+0
-21
0 additions, 21 deletions
README.md
with
0 additions
and
21 deletions
README.md
+
0
−
21
View file @
46ab1494
...
@@ -37,27 +37,6 @@ the CMake script indicate if the match is not appropriate).
...
@@ -37,27 +37,6 @@ the CMake script indicate if the match is not appropriate).
---
---
Cloning the project
============
```
git clone git@gitlab.inria.fr:faustgrp/faust.git faust
```
**NOTE**
: The project git binary objects are heavy (it can take up to ~ 1.5 Gio of data). If your connection is unstable don't download the whole history (using the
``--depth``
option -- issue #294).
```
git clone git@gitlab.inria.fr:faustgrp/faust.git --depth=1 --single-branch faust
```
**NOTE**
: you can also use the
[
https://gitlab.inria.fr/faustgrp/faust.git
](
https://gitlab.inria.fr/faustgrp/faust.git
)
URL.
Then if you really need the full git history to work on the project, fetch it (preferably when your Internet connection is good) :
```
git fetch --unshallow
```
---
Build on UNIX
Build on UNIX
=====================
=====================
...
...
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