• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H27-Aug-2021-7470

.tx/H27-Aug-2021-118

3rdparty/qtsingleapplication-2.6_1-opensource/H27-Aug-2021-4,0072,502

Icons/H03-May-2022-414410

Styles/H27-Aug-2021-5,1085,006

Templates/H27-Aug-2021-5,8745,863

ci/H27-Aug-2021-12454

cmake/H03-May-2022-1,2571,069

include/H27-Aug-2021-1,6011,148

interfaces/H27-Aug-2021-711411

plugins/H27-Aug-2021-5,1213,641

share/H27-Aug-2021-4337

src/H07-May-2022-89,87672,282

tests/H27-Aug-2021-9061

translations/H27-Aug-2021-133,436133,205

windows/H27-Aug-2021-156109

.gitattributesH A D27-Aug-202138 21

.gitignoreH A D27-Aug-2021415 2726

.indent.proH A D27-Aug-20219 21

AUTHORSH A D27-Aug-2021595 3125

CHANGELOGH A D27-Aug-202161.8 KiB993974

COMPILE.mdH A D27-Aug-20215.1 KiB208151

CREDITSH A D27-Aug-2021334 64

HACKING.mdH A D27-Aug-20213.8 KiB9365

LICENSEH A D27-Aug-202112.1 KiB226192

Merkaartor.proH A D27-Aug-2021401 129

README.mdH A D27-Aug-20212.1 KiB5232

README.md

1# Merkaartor
2
3An opensource OSM editor, written in C++ and Qt.
4
5## Health status
6
7Travis-CI (Linux, Windows and Mac OS X) [![Build Status](https://travis-ci.org/openstreetmap/merkaartor.svg?branch=master)](https://travis-ci.org/openstreetmap/merkaartor)
8
9## Installation
10
11### Binaries
12
13Binary installation files are available for various Linux distributions and Windows.
14
15These Linux distributions are known to provide current versions of Merkaartor:
16 - Arch via [AUR](https://aur.archlinux.org/packages/merkaartor-git/) ([git clone url](https://aur.archlinux.org/merkaartor-git.git))
17 - Debian
18 - Fedora
19 - Gentoo
20
21The Windows installer and Mac OS X bundle is available on the website: http://merkaartor.be/p/download
22
23### Source
24
25You can clone this repository to obtain the current development version, or checkout a specific release (all of them are tagged). Detailed instructions can be found in the [COMPILE.md](COMPILE.md) file in this directory.
26
27## Nightly builds
28
29For Windows and Mac OS X, nightly builds are automatically generated using Travis-CI, uploaded to cloudsmith:
30
31https://cloudsmith.io/~merkaartor/repos/merkaartor-nightly/packages/
32
33There are currently no nightlies for Linux. It's usually easy to compile from
34source, and the vast amount of distributions doesn't make it easy. I'm
35considering making Ubuntu PPA. Let us know if you're interested!
36
37## Hacking the code
38
39I'm always happy to see improvements done by other people. Feel free to
40contribute by sending pull requests for big or small stuff! There is some (very
41little, but it'll grow) useful stuff in [HACKING.md](HACKING.md), but if you
42have questions, contacts us on merkaartor@openstreetmap.org to have them
43answered!
44
45## Thank you!
46
47The following projects provide valuable services for Merkaartor (and other opensource projects) for free:
48
49 - [github.com](https://github.com) free repository hosting and issue tracking
50 - [travis-ci.org](https://travis-ci.org) free continuous integration and testing on Linux, Windows and MacOS
51 - [![cloudsmith.io](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith&style=flat)](https://cloudsmith.com) free binary hosting for nightly builds
52