Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
rust
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
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
orestis.malaspin
rust
Commits
014e167a
There was a problem fetching the pipeline summary.
Commit
014e167a
authored
6 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
installation plus ou moins ok
parent
d37e3342
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
installation.md
+7
-7
7 additions, 7 deletions
installation.md
with
7 additions
and
7 deletions
installation.md
+
7
−
7
View file @
014e167a
...
@@ -24,13 +24,13 @@ sansfont: Sans Serif
...
@@ -24,13 +24,13 @@ sansfont: Sans Serif
-
Quelques commandes importantes
-
Quelques commandes importantes
<pre><code data-trim="hljs sh">
<pre><code data-trim="hljs sh">
$ rustup install stable # installation de la cha
i
ne stable
$ rustup install stable # installation de la cha
î
ne stable
$ rustup default stable # cha
i
ne par défaut
$ rustup default stable # cha
î
ne par défaut
$ rustup self uninstall # désinstallation
$ rustup self uninstall # désinstallation
$ rustup install nightly # installation de la cha
i
ne en développement
$ rustup install nightly # installation de la cha
î
ne en développement
</code></pre>
</code></pre>
## Conten
ten
u de la chaîne de compilation
## Contenu de la chaîne de compilation
-
`rustc`
{.sh}: compilateur et éditeur de lien
-
`rustc`
{.sh}: compilateur et éditeur de lien
-
`cargo`
{.sh}: outil pour la compilation et gestion de dépendances
-
`cargo`
{.sh}: outil pour la compilation et gestion de dépendances
...
@@ -38,9 +38,9 @@ $ rustup install nightly # installation de la chaine en développement
...
@@ -38,9 +38,9 @@ $ rustup install nightly # installation de la chaine en développement
-
`rust-(lldb|gdb)`
{.sh}: débugger
-
`rust-(lldb|gdb)`
{.sh}: débugger
-
`libcore`
{.sh}/
`libstd`
{.sh}
-
`libcore`
{.sh}/
`libstd`
{.sh}
## rustc
##
`
rustc
`{.rust}
-
`rustc`
est écrit en Rust (en grande partie).
-
`rustc`
{.rust}
est écrit en Rust (en grande partie).
-
Pour terster l'installation
-
Pour terster l'installation
<pre><code
data-trim=
"hljs sh"
>
<pre><code
data-trim=
"hljs sh"
>
rustc --help
rustc --help
...
@@ -67,7 +67,7 @@ Hello, World!
...
@@ -67,7 +67,7 @@ Hello, World!
## Cargo
## Cargo
-
La documentation
[
Cargo Manifest docs
](
http://doc.crates.io/manifest.html
)
.
-
La documentation
[
Cargo Manifest docs
](
http://doc.crates.io/manifest.html
)
.
-
Cargo est l'outil de compilation et gestion de dépendaces de Rust.
-
Cargo est l'outil de compilation et gestion de dépenda
n
ces de Rust.
-
Indépendant de la version de
`rustc`
{.sh}.
-
Indépendant de la version de
`rustc`
{.sh}.
-
Permet l'installation d'outil
-
Permet l'installation d'outil
...
...
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