1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

doc: use a build directory in example of compilation with autotools (user's guide)

This commit is contained in:
Sebastien Helleu
2013-10-12 15:58:56 +02:00
parent 2bde9453ed
commit 0e7ba42dfd
5 changed files with 30 additions and 10 deletions
+6 -2
View File
@@ -269,7 +269,9 @@ als cmake.
----------------------------------------
$ ./autogen.sh
$ ./configure
$ mkdir build
$ cd build
$ ../configure
$ make
% make install (als root)
----------------------------------------
@@ -278,7 +280,9 @@ $ make
----------------------------------------
$ ./autogen.sh
$ ./configure --prefix=/Pfad/zum/Verzeichnis
$ mkdir build
$ cd build
$ ../configure --prefix=/Pfad/zum/Verzeichnis
$ make
$ make install
----------------------------------------
+6 -2
View File
@@ -268,7 +268,9 @@ Build with autotools requires more dependencies and is slower than with cmake.
----------------------------------------
$ ./autogen.sh
$ ./configure
$ mkdir build
$ cd build
$ ../configure
$ make
% make install (as root)
----------------------------------------
@@ -277,7 +279,9 @@ $ make
----------------------------------------
$ ./autogen.sh
$ ./configure --prefix=/path/to/directory
$ mkdir build
$ cd build
$ ../configure --prefix=/path/to/directory
$ make
$ make install
----------------------------------------
+6 -2
View File
@@ -272,7 +272,9 @@ qu'avec cmake.
----------------------------------------
$ ./autogen.sh
$ ./configure
$ mkdir build
$ cd build
$ ../configure
$ make
% make install (en root)
----------------------------------------
@@ -281,7 +283,9 @@ $ make
----------------------------------------
$ ./autogen.sh
$ ./configure --prefix=/chemin/vers/répertoire
$ mkdir build
$ cd build
$ ../configure --prefix=/chemin/vers/répertoire
$ make
$ make install
----------------------------------------
+6 -2
View File
@@ -281,7 +281,9 @@ Build with autotools requires more dependencies and is slower than with cmake.
----------------------------------------
$ ./autogen.sh
$ ./configure
$ mkdir build
$ cd build
$ ../configure
$ make
% make install (come root)
----------------------------------------
@@ -290,7 +292,9 @@ $ make
----------------------------------------
$ ./autogen.sh
$ ./configure --prefix=/path/to/directory
$ mkdir build
$ cd build
$ ../configure --prefix=/path/to/directory
$ make
$ make install
----------------------------------------
+6 -2
View File
@@ -257,7 +257,9 @@ autotools を用いてビルドする場合、cmake よりも多くの依存パ
----------------------------------------
$ ./autogen.sh
$ ./configure
$ mkdir build
$ cd build
$ ../configure
$ make
% make install (as root)
----------------------------------------
@@ -266,7 +268,9 @@ $ make
----------------------------------------
$ ./autogen.sh
$ ./configure --prefix=/path/to/directory
$ mkdir build
$ cd build
$ ../configure --prefix=/path/to/directory
$ make
$ make install
----------------------------------------