/usb_Bootable

Make an usb bootable for windows, linux, raspberry

Primary LanguageC++

blabla

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

French doc about gtkmm

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

Capture d’écran de 2021-09-15 22-26-04 Capture d’écran de 2021-09-15 22-26-38 Capture d’écran de 2021-09-15 22-27-54