Line 39... |
Line 39... |
39 |
## Compile on MacOSX
|
39 |
## Compile on MacOSX
|
40 |
First [download the source](https://github.com/TheLord45/tpanel) into a directory. Then enter the directory and type the following commands.
|
40 |
First [download the source](https://github.com/TheLord45/tpanel) into a directory. Then enter the directory and type the following commands.
|
41 |
|
41 |
|
42 |
$ cmake -B build -DCMAKE_PREFIX_PATH="/<path>/<to>/Qt/6.x.x/macos/lib/cmake:/<path>/<to>/homebrew/lib/cmake"
|
42 |
$ cmake -B build -DCMAKE_PREFIX_PATH="/<path>/<to>/Qt/6.x.x/macos/lib/cmake:/<path>/<to>/homebrew/lib/cmake"
|
43 |
$ cd build
|
43 |
$ cd build
|
44 |
$ ninja
|
44 |
$ make
|
45 |
$ sudo ninja --target install
|
- |
|
46 |
|
45 |
|
47 |
> Replace `<path>/<to>/` with the path to your Qt installation and to homebrew (usualy `$HOME/Qt`, `/opt/homebrew`).
|
46 |
> Replace `<path>/<to>/` with the path to your Qt installation and to homebrew (usualy `$HOME/Qt`, `/opt/homebrew`).
|
48 |
|
47 |
|
- |
|
48 |
You'll find the application in `build/tpanel.app/Contents/MacOS/tpanel`. Start it from the command line like:
|
- |
|
49 |
|
- |
|
50 |
build/tpanel.app/Contents/MacOS/tpanel -c <configuration file>
|
- |
|
51 |
|
49 |
If everything compiled successful and installed, you can start the application. There is a setup dialog included. It depends on the operating system of how this setup looks like.
|
52 |
If everything compiled successful and installed, you can start the application. There is a setup dialog included. It depends on the operating system of how this setup looks like.
|
50 |
|
53 |
|
51 |
## Compile for other operating systems
|
54 |
## Compile for other operating systems
|
52 |
|
55 |
|
53 |
- [Compile for Android](https://github.com/TheLord45/tpanel/blob/main/documentation/build_android.md)
|
56 |
- [Compile for Android](https://github.com/TheLord45/tpanel/blob/main/documentation/build_android.md)
|