[aseprite] 287/308: Break long lines in INSTALL.md

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 0c6dc56a1273094982ff1ce8c5770aec12079bab
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Feb 29 12:34:55 2016 -0300

    Break long lines in INSTALL.md
---
 INSTALL.md | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 7209b49..ac96a01 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -67,18 +67,24 @@ the repository clone in a directory called `aseprite`):
 
    For more information in [CMake wiki](http://www.vtk.org/Wiki/CMake_Generator_Specific_Information).
 
-   Additionally you can change build settings by passing them on the command line, like so:
+   Additionally you can change build settings by passing them on the
+   command line, like so:
 
         /.../aseprite/build$ cmake -DCMAKE_INSTALL_PREFIX=~/software ..
 
-   or later on with a tool like [`ccmake`](https://cmake.org/cmake/help/latest/manual/ccmake.1.html) or [`cmake-gui`](https://cmake.org/cmake/help/latest/manual/cmake-gui.1.html).
+   or later on with a tool like
+   [`ccmake`](https://cmake.org/cmake/help/latest/manual/ccmake.1.html)
+   or
+   [`cmake-gui`](https://cmake.org/cmake/help/latest/manual/cmake-gui.1.html).
 
 3. After you have executed one of the `cmake -G <generator> ..`
    commands, you have to compile the project executing make, nmake,
    opening the solution, etc.
 
 4. When the project is compiled, you can find the executable file
-   inside `build/bin/aseprite.exe`. If you invoked `make install` it will be copied to an appropriate location (e.g. `/usr/local/bin/aseprite` on Linux).
+   inside `build/bin/aseprite.exe`. If you invoked `make install` it
+   will be copied to an appropriate location
+   (e.g. `/usr/local/bin/aseprite` on Linux).
 
 ## Mac OS X details
 
@@ -110,9 +116,9 @@ If you don't want to use the embedded code of third party libraries
 (i.e. to use your installed versions), you can disable static linking
 configuring each `USE_SHARED_` option.
 
-After running `cmake -G`, you can edit `build/CMakeCache.txt` file, and
-enable the `USE_SHARED_` flag (set its value to `ON`) of the library
-that you want to be linked dynamically.
+After running `cmake -G`, you can edit `build/CMakeCache.txt` file,
+and enable the `USE_SHARED_` flag (set its value to `ON`) of the
+library that you want to be linked dynamically.
 
 # Profiling
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list