# Building QOwnNotes

# Bouwen vanuit GitHub

U kunt QOwnNotes ook zelf bouwen vanuit de broncode.

Check de code rechtstreeks uit de git-repository:

git clone https://github.com/pbek/QOwnNotes.git -b release
cd QOwnNotes
git submodule update --init
1
2
3

Then download Qt Creator (opens new window), you will also need the packages qtwebsockets and qt5compat to build QOwnNotes with Qt6 (only qtwebsockets for Qt5). If you build under Windows, you want to stick to MinGw 64-bit.

Afterward open the project file src/QOwnNotes.pro and click on Build / Build Project QOwnNotes.

Or you can build it directly in your terminal:

cd src

# build binary translation files if you want another language than English
lrelease QOwnNotes.pro

# prepare build process and build the application
qmake
make
1
2
3
4
5
6
7
8

Please feel free to contribute source code to this project, make suggestions or report troubles on the QOwnNotes issues page (opens new window).

Bezoek QOwnNotes op GitHub (opens new window).

TIP

Als u broncode aan het project wilt bijdragen, dient u uw pull-verzoeken in naar de main tak.

# Bronarchief

U kunt de broncode-archieven van QOwnNotes vinden op QOwnNotes source archive (opens new window).

De bronarchieven zullen als volgt toegankelijk zijn:

https://github.com/pbek/QOwnNotes/releases/download/v23.7.0/qownnotes-23.7.0.tar.xz