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:
@@ -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
|
||||
----------------------------------------
|
||||
|
||||
@@ -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
|
||||
----------------------------------------
|
||||
|
||||
@@ -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
|
||||
----------------------------------------
|
||||
|
||||
@@ -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
|
||||
----------------------------------------
|
||||
|
||||
@@ -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
|
||||
----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user