-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
-
We have important commands/concepts that do not exactly fit into the existing wiki pages or the readme, hence we are going to keep a reference of various materials we come across, a few are listed below
-
sudo apt-get install qtcreatorinstalls QT Creator on the Raspberry Pi -
sudo apt install codeinstalls VS Code onto the Raspberry Pi -
chmod +x __FILENAME__will convert a bash script into an executable -
qmake .will run the QT compiler in the current directory, will need to runmakeafter
Reactions are currently unavailable