aboutsummaryrefslogtreecommitdiff
path: root/doc/system_specific
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 17:28:56 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 17:28:56 +0200
commit82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (patch)
tree8c50e8d74033214e711929c3244e5aca34f9705f /doc/system_specific
parent51c0c5072fa27f4964778512a0040c77cce7cd04 (diff)
downloadgnunet-82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5.tar.gz
gnunet-82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5.zip
-fix misc typos
Diffstat (limited to 'doc/system_specific')
-rw-r--r--doc/system_specific/FROM_SOURCE6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/system_specific/FROM_SOURCE b/doc/system_specific/FROM_SOURCE
index 7b0ebf436..2e98ab5c0 100644
--- a/doc/system_specific/FROM_SOURCE
+++ b/doc/system_specific/FROM_SOURCE
@@ -204,7 +204,7 @@ $ gnunet-arm -s
204@subsection Install the GNUnet-gtk user interface from Git 204@subsection Install the GNUnet-gtk user interface from Git
205 205
206 206
207Install depencies: 207Install dependencies:
208 208
209@example 209@example
210$ sudo apt-get install libgtk-3-dev libunique-3.0-dev libgladeui-dev \ 210$ sudo apt-get install libgtk-3-dev libunique-3.0-dev libgladeui-dev \
@@ -866,7 +866,7 @@ This means that you have to make sure the proper tools are used in the build pro
866For example, after installing texinfo you need to make sure the new texinfo is actually used: 866For example, after installing texinfo you need to make sure the new texinfo is actually used:
867 867
868@example 868@example
869$ echo 'export PATH="/usr/local/opt/texinfo/bin:$PATH"' >> ~/.bash_profile 869$ echo 'export PATH="/usr/local/opt/texinfo/bin:$PATH"' >> ~/.bash_profile
870@end example 870@end example
871 871
872Note: brew tells you the appropriate command when executing 872Note: brew tells you the appropriate command when executing
@@ -886,7 +886,7 @@ $ export CC=gcc-7
886 886
887You might see configure failing telling you that it ``cannot run C compiled programs.''. 887You might see configure failing telling you that it ``cannot run C compiled programs.''.
888In this case, you might need to open/run Xcode once and you will be prompted to 888In this case, you might need to open/run Xcode once and you will be prompted to
889install additonal packages. 889install additional packages.
890Then, you might have to manually install the command line tools from here https://developer.apple.com/download/more/ (you need an Apple ID for this). 890Then, you might have to manually install the command line tools from here https://developer.apple.com/download/more/ (you need an Apple ID for this).
891Install those and execute 891Install those and execute
892 892