[gnome-latex: 45/205] Change the simple install procedure
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-latex: 45/205] Change the simple install procedure
- Date: Fri, 14 Dec 2018 10:50:40 +0000 (UTC)
commit 7a2ad45246a854a5dbce2b86c7b95525fcb51daf
Author: Sébastien Wilmet <sebastien wilmet gmail com>
Date: Mon Sep 7 19:40:39 2009 +0200
Change the simple install procedure
There is an empty directory "build" for running cmake in it.
INSTALL | 10 ++--------
README | 6 +++---
2 files changed, 5 insertions(+), 11 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index 62ab8f8..3601a26 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,8 +6,8 @@ Simple install procedure
========================
$ tar xvf latexila-0.0.1.tar.gz # unpack the sources
-$ cd latexila-0.0.1/
-$ cmake . # run the Makefile generator
+$ cd latexila-0.0.1/build/ # go to the build directory
+$ cmake ../ # run the Makefile generator
$ make # build LaTeXila
$ make translations # build the *.mo files
[ Become root if necessary ]
@@ -33,9 +33,3 @@ Configuration
* Change the install directory
run cmake with this option:
-DCMAKE_INSTALL_PREFIX=/path/to/install/directory/
-
-* Building in an other directory
- $ tar xvf latexila-0.0.1.tar.gz
- $ mkdir build_dir && cd build_dir
- $ cmake ../latexila-0.0.1/
- ...
diff --git a/README b/README
index 9281931..0533da3 100644
--- a/README
+++ b/README
@@ -21,8 +21,8 @@ tested.
Simple install procedure:
$ tar xvf latexila-0.0.1.tar.gz # unpack the sources
- $ cd latexila-0.0.1/
- $ cmake . # run the Makefile generator
+ $ cd latexila-0.0.1/build/ # go to the build directory
+ $ cmake ../ # run the Makefile generator
$ make # build LaTeXila
$ make translations # build the *.mo files
[ Become root if necessary ]
@@ -33,7 +33,7 @@ Simple uninstall procedure:
All the files installed are listed in the "install_manifest.txt" file.
So you can uninstall LaTeXila by doing this:
- $ cd latexila-0.0.1/
+ $ cd latexila-0.0.1/build/
[ Become root if necessary ]
$ xargs rm < install_manifest.txt
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]