Hi, this is my second C++ project, named udht-launcher. This time, the GTK3 library was used to create the project.
This project is designed for Linux users who are tired of constantly creating .desktop files via the terminal, or for those who are not yet familiar with Linux.
What are the main functions of udht-laucher?
(1). You can choose a name for the future .desktop file.
(2). You can choose the path to the executable file.
Let's get started so you can edit the file without any obstacles:
[1]. Enter the following into the terminal: sudo pacman -S gcc;
[2]. Enter the following into the terminal: sudo pacman -S gtk3;
[3]. Enter the following into the terminal: sudo pacman -S pkg-config;
[P.S.]: When you have a choice, pick the very first one. You can now compile the file using the command:
[4]. You can now compile the file using the command: g++ -o 'future_path/name' 'path to .cpp file' &(pkg-config --cflags --libs gtkmm-3.0)
Thank you for your attention, and I look forward to your feedback. It will really help me develop my skills.