summaryrefslogtreecommitdiffstats
path: root/doc/environment.rst
diff options
context:
space:
mode:
authorEnrico Joerns <e.joerns@tu-bs.de>2015-06-02 17:29:46 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commitf01119b7b44d371bfb51291314ef4357327d3423 (patch)
tree1fb9cb2f938fd7a9ddbd28ca3ad9af5060191190 /doc/environment.rst
parent679ebd4804c9ac558e9fdae4a4fe32b4ac826a66 (diff)
downloadptxdist-f01119b7b44d371bfb51291314ef4357327d3423.tar.gz
ptxdist-f01119b7b44d371bfb51291314ef4357327d3423.tar.xz
doc: remove escaping in code sections
Signed-off-by: Enrico Joerns <e.joerns@tu-bs.de>
Diffstat (limited to 'doc/environment.rst')
-rw-r--r--doc/environment.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/environment.rst b/doc/environment.rst
index 5d51a2de7..280f036b7 100644
--- a/doc/environment.rst
+++ b/doc/environment.rst
@@ -139,14 +139,14 @@ Next step is to extract the archive:
::
- $ tar -xjf ptxdist-|\verbatimcmd\ptxdistVendorVersion{}|.tar.bz2
+ $ tar -xjf ptxdist-\verbatimcmd\ptxdistVendorVersion{}.tar.bz2
If everything goes well, we now have a PTXdist- directory, so we can
change into it:
::
- $ cd ptxdist-|\verbatimcmd\ptxdistVendorVersion|
+ $ cd ptxdist-\verbatimcmd\ptxdistVendorVersion
$ ls -lF
total 530
-rw-r--r-- 1 jb user 18446 Sep 9 15:59 COPYING
@@ -418,7 +418,7 @@ If we want to check if our toolchain was built with the
::
- $ mytoolchain-gcc -v 2|\textgreater{}\&|1 | grep with-sysroot
+ $ mytoolchain-gcc -v 2\textgreater{}\&1 | grep with-sysroot
If this command **does not** output anything, this toolchain was not
built with the ``--with-sysroot`` option and cannot be used with
@@ -485,7 +485,7 @@ the board support package:
::
- $ apt-get install oselas.toolchain-|\oselasTCNVendorVersion \oselasTCNVendorPatchLevel -\ptxdistCompilerName-\ptxdistCompilerVersion|
+ $ apt-get install oselas.toolchain-\oselasTCNVendorVersion \oselasTCNVendorPatchLevel -\ptxdistCompilerName-<ptxdistCompilerVersion>
These package names are very long and hard to type without making typos.
An easier way is to ask the package manager for available toolchains and
@@ -493,8 +493,8 @@ just use the name by copy and paste it.
::
- $ apt-cache search "oselas.toolchain-.*-|\oselasTCNarch|.*|\oselasTCNvariant|.*"
- oselas.toolchain-|\oselasTCNVendorVersion \oselasTCNVendorPatchLevel -\ptxdistCompilerName-\ptxdistCompilerVersion|
+ $ apt-cache search "oselas.toolchain-.*-\oselasTCNarch.*\oselasTCNvariant.*"
+ oselas.toolchain-\oselasTCNVendorVersion \oselasTCNVendorPatchLevel -\ptxdistCompilerName-<ptxdistCompilerVersion>
The binary OSELAS Toolchain Package for non-Debian Distributions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -621,11 +621,11 @@ directory’ as a component. If yes, remove it first.
::
- $ tar xf OSELAS.Toolchain-|\verbatimcmd\oselasTCNVendorVersion{}\oselasTCNVendorPatchLevel|.tar.bz2
- $ cd OSELAS.Toolchain-|\verbatimcmd\oselasTCNVendorVersion{}\oselasTCNVendorPatchLevel|
- $ ^ptxdist-|\oselasTCNVendorptxdistversion{}| select ptxconfigs/|\verbatimcmd\ptxcr|
- |\verbatimcmd\oselasToolchainName|.ptxconfig^
- $ ptxdist-|\oselasTCNVendorptxdistversion{}| go
+ $ tar xf OSELAS.Toolchain-\verbatimcmd\oselasTCNVendorVersion{}\oselasTCNVendorPatchLevel.tar.bz2
+ $ cd OSELAS.Toolchain-\verbatimcmd\oselasTCNVendorVersion{}\oselasTCNVendorPatchLevel
+ $ ptxdist-\oselasTCNVendorptxdistversion{} select ptxconfigs/\verbatimcmd\ptxcr
+ \verbatimcmd\oselasToolchainName.ptxconfig
+ $ ptxdist-\oselasTCNVendorptxdistversion{} go
At this stage we have to go to our boss and tell him that it’s probably
time to go home for the day. Even on reasonably fast machines the time