Skip to content

Commit 8fa464f

Browse files
authored
Update INSTALL.md
Resolves #643 for now.
1 parent 0184a97 commit 8fa464f

File tree

1 file changed

+7
-24
lines changed

1 file changed

+7
-24
lines changed

INSTALL.md

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ The standard g++ compiler from a recent distribution should work. The Ubuntu
7272
PROJ.4 library and of CUPS are installed. For a Ubuntu or Debian system, install
7373
`libproj-dev` and `libcups2-dev`.
7474

75-
To create a DEB package from CMake, fakeroot must be installed.
7675
For using the Qt libraries provided by the repositories, the following packages
7776
need to be installed:
7877
`qt5-default` (>= 5.2), `qttools5-dev`, `qttools5-dev-tools`, `libqt5sql5-sqlite`
@@ -91,14 +90,6 @@ Now you may start the build process by running
9190
make
9291
```
9392

94-
and generate a DEB package by
95-
96-
```
97-
make deb
98-
```
99-
100-
(The deb target works around some issues with CMake's DEB generator.)
101-
10293

10394
## Compiling on OS X
10495

@@ -142,7 +133,6 @@ and proceed with
142133

143134
```
144135
make
145-
make package
146136
```
147137

148138

@@ -214,23 +204,16 @@ cmake .. -DCMAKE_BUILD_TYPE=Release
214204
make
215205
```
216206

217-
The actual package maybe built by `make package`. However, this is used
207+
The actual package may be built by `make package`. However, this is used
218208
(i.e. tested) only for OS X at the moment.
209+
Android packages are built in Qt Creator using the provided `oo-mapper.pro` file.
219210
Windows and Linux packages are regularly build on
220-
https://build.opensuse.org/project/show/home:dg0yt, so package recipes for
221-
common distributions can be found there.
222-
223-
224-
#Speeding up with parallel build jobs
225-
226-
The build can make use of multiple processor cores. Add the option
227-
228-
```
229-
-jN
230-
```
211+
https://build.opensuse.org/project/show/home:dg0yt, so proper package recipes for
212+
common distributions and package managers can be found there.
231213

232-
to the call to make (or mingw32-make), where N is the number of cores
233-
to be used.
214+
Packaging with cmake is not enabled by default for Linux. Add `-DMapper_BUILD_PACKAGE=1`
215+
to change this. As already stated, this is untested, and you might need to look for
216+
additional tweaks.
234217

235218

236219
## Making a source package

0 commit comments

Comments
 (0)