gtk_example/compile.sh

8 lines
105 B
Bash

#!/bin/bash
#g++ main.cpp $(pkg-config gtkmm-4.0 --cflags --libs)
mkdir -p build
cd build
cmake ..
make