https://github.com/rishabh672003/cpp-project
https://github.com/rishabh672003/cpp-project
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishabh672003/cpp-project
- Owner: Rishabh672003
- License: gpl-3.0
- Created: 2023-09-25T18:44:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T05:31:49.000Z (about 2 years ago)
- Last Synced: 2025-01-16T19:25:03.365Z (11 months ago)
- Language: C++
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample-cpp-project
A simple Cpp project, made to learn Cmake and CPP
## Build Instruction
Basic Requirements: Cmake, gtk-3.0, gtkmm
To Install just run
```sh
sudo pacman -Syu --noconfirm --needed cmake gtk3 gtk4 gtkmm3 gtkmm-4.0
```
**Now to build Cmake stuff** do :
```sh
cmake CMakeLists.txt
```
**Then to build the app do**:
```sh
make GtkApp
```
It will build the binary and place it in `bin` directory
so you can run it using: `./bin/GtkApp`