Skip to content

Fundamentals-of-Programming-2021/Project-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Project-Base

Some useful scripts, to config your project.

Linux (tested on ubuntu)

  • bash -c "$(wget -q -O- https://raw.githubusercontent.com/Fundamentals-of-Programming-2021/Project-Base/master/config-linux.sh)"

Wrtie your own codes on src directory

M1 Mac

  • CPU=m1 bash -c "$(curl -LfsS -r 5 https://raw.githubusercontent.com/Fundamentals-of-Programming-2021/Project-Base/master/config-mac.sh)"

(CMakeList is written by AmirMohammad, so, thanks!)

Intel Mac

  • CPU=intel bash -c "$(curl -LfsS -r 5 https://raw.githubusercontent.com/Fundamentals-of-Programming-2021/Project-Base/master/config-mac.sh)"

About

Some useful scripts, to config your project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages