usb_Bootable
Make usb bootable for Windows or Linux OS.
To use on Ubuntu
Install library gtkmm-3.0
sudo apt install libgtkmm-3.0-dev
How to compile
Open a terminal where you have unzip files
g++ -g main.cpp src/*.cpp -lstdc++fs -pthread -I include -o main `pkg-config gtkmm-3.0 --cflags --libs` -Wall -Wextra -O2
Use an usb key with one partition. Type lsblk on terminal. You do have this :
sdf 8:80 1 14,4G 0 disk └─sdf1 8:81 1 14,4G 0 part
Otherwise use Gparted to create one partition
To launch program
sudo ./main



