Subversion Repositories tpanel

Rev

Rev 358 | Rev 373 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 358 Rev 359
Line 22... Line 22...
22
- [pjsip](https://www.pjsip.org)
22
- [pjsip](https://www.pjsip.org)
23
- openssl (part of your distribution)
23
- openssl (part of your distribution)
24
- Expat (part of your distribution)
24
- Expat (part of your distribution)
25
- Freetype (part of your distribution)
25
- Freetype (part of your distribution)
26
 
26
 
27
To install Qt I recomend to download the open source version from [Open Source Development](https://www.qt.io/download-open-source). However: Some Linux distributions are coming with Qt included. If you want to use this version make sure, to install the Qt6 packages.
27
To install Qt I recommend to download the open source version from [Open Source Development](https://www.qt.io/download-open-source). However: Some Linux distributions are coming with Qt included. If you want to use this version make sure, to install the Qt6 packages.
28
 
28
 
29
## Compile for Linux desktop
29
## Compile for Linux desktop
30
First [download the source](https://github.com/TheLord45/tpanel) into a directory. Then enter the directory and type the following commands.
30
First [download the source](https://github.com/TheLord45/tpanel) into a directory. Then enter the directory and type the following commands.
31
 
31
 
32
    $ mkdir build
32
    $ mkdir build
Line 35... Line 35...
35
    $ make
35
    $ make
36
    $ sudo make install
36
    $ sudo make install
37
 
37
 
38
> Replace `<path>/<to>/` with the path to your Qt installation (usualy `/opt/Qt`).
38
> Replace `<path>/<to>/` with the path to your Qt installation (usualy `/opt/Qt`).
39
 
39
 
40
If everything compiled successfull 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.
40
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.
41
 
41
 
42
## Compile for other operating systems
42
## Compile for other operating systems
43
 
43
 
44
- [Compile for Android](https://github.com/TheLord45/tpanel/blob/main/documentation/build_android.md)
44
- [Compile for Android](https://github.com/TheLord45/tpanel/blob/main/documentation/build_android.md)
45
- [Compile for iOS](https://github.com/TheLord45/tpanel/blob/main/documentation/build_ios.md)
45
- [Compile for iOS](https://github.com/TheLord45/tpanel/blob/main/documentation/build_ios.md)