@@ -124,7 +124,8 @@ Before building on Linux systems you must install the following packages:
124124 sudo apt-get install build-essential libgl1-mesa-dev libxt-dev
125125 sudo apt-get install libexpat1-dev libgtk2.0-dev liblapack-dev
126126
127- To build with Python and to build the help menu documentation you will also need
127+ On Linux, to optionally build with Python and help menu documentation you will
128+ also need to install the following:
128129
129130.. code-block :: bash
130131
@@ -150,7 +151,7 @@ to build the binary files.
150151 cd builds
151152 # Instead of just one builds folder you can to make subfolders here for
152153 # different builds, for example: builds/debug and builds/release.
153- # Each folder would then be build following the steps below but with different
154+ # Each folder would then be built following the steps below but with different
154155 # configuration options
155156
156157 Generate the makefile/msvc solution to perform the superbuild using cmake.
@@ -162,12 +163,12 @@ A description of the configuration options can be found in `CMake Options`_.
162163 # which can be relative or absolute.
163164 # Specify configurable options by prefacing them with the -D flag
164165 cmake -DCMAKE_BUILD_TYPE:STRING=Release ../src
165- # Alternatively, you can use the ccmake command line tool allows for
166- # interactive selection of CMake options. This can be installed with
166+ # Alternatively, you can use the ' ccmake' command line tool allows for
167+ # interactively selecting CMake options. This can be installed with
167168 # 'sudo apt-get install cmake-curses-gui'
168169 ccmake ../src
169170 # As a final option, you can use the the CMake GUI you can set the source and
170- # build directories accordingly and press the "Configure" and “Generate”
171+ # build directories accordingly and then press the "Configure" and “Generate”
171172 # buttons
172173
173174 Build the installer target/project
@@ -186,10 +187,9 @@ Build the installer target/project
186187 # To edit TeleSculptor code, open the
187188 # build/external/telesculptor-build/TeleSculptor.sln
188189
189- To install TeleSculptor on you machine, follow the instructions above in `Installation `_.
190- The build process creates the same type of installer as what is downloadable form the
191- the `latest release `_
192- section.
190+ You have now built a TeleSculptor installer similar to what is provided in the
191+ `latest release `_ section. To install TeleSculptor on you machine, follow the
192+ instructions above in `Installation `_.
193193
194194CMake Options
195195-------------
@@ -321,6 +321,7 @@ MAP-Tk Tools
321321MAP-Tk command line tools are placed in the ``bin `` directory of the build
322322or install path. These tools are described below. Note that these tools are
323323in the process of being migrated to KWIVER and will leave this repository soon.
324+ Continued support is not guaranteed and behavior may diverge from documentation.
324325
325326
326327Summary of MAP-Tk Tools
0 commit comments