Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

(3). You can choose the path where the .desktop file will be located.

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)

[P.S.]: Without quotes.

Thank you for your attention, and I look forward to your feedback. It will really help me develop my skills.