Skip to content

Commit 927ea54

Browse files
Update buildFromSource.md
1 parent 68ec28c commit 927ea54

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

doc/buildFromSource.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
[Windows Instructions](#Windows)
2+
3+
[Mac Instructions](#Mac)
4+
5+
[Linux Instructions](#Linux)
6+
7+
# Windows
8+
* Install [Visual Studio Community Edition](https://visualstudio.microsoft.com/vs/community/) selecting options for desktop C++ development. After installing, run at least once in order to enswer your username and password.
9+
10+
* Download the [qt online installer](https://www.qt.io/download-qt-installer-oss) and install the latest desktop build system
11+
12+
* Run QtCreator, load the project by selecting ```CMakeLists.txt``` in the main folder of Fuzzy Droplets, and configure.
13+
14+
* During configuration, ensure that the msvc compiler is selected, not the mingw-gcc that is bundled with QtCreator. The latter cannot compile Fuzzy Droplets.
15+
16+
* Set build configuration to Release
17+
* Build
18+
19+
# Mac
20+
* Install [XCode](https://developer.apple.com/xcode/).
21+
22+
* Download the [qt online installer](https://www.qt.io/download-qt-installer-oss) and install the latest desktop build system
23+
24+
* Run QtCreator, load the project by selecting ```CMakeLists.txt``` in the main folder of Fuzzy Droplets, and configure.
25+
26+
* Set build configuration to Release
27+
* Build
28+
129
# Linux
230
Fuzzy Droplets requires gcc >= 11.4 and Qt >= 6.5. Many linux distributions will not have a version of Qt as recent as this. The easiest way of obtaining it is to use the Qt online installer. Below I will provide the steps to compile Fuzzy Droplets assuming you have a fresh install of Ubuntu (the steps will be very similar for other distributions).
331

0 commit comments

Comments
 (0)