Merge pull request #7 from TimothyHelton/feature/readme_update_2
ENH: add automation instructions
This commit is contained in:
commit
8408036078
11
README.md
11
README.md
@ -12,11 +12,16 @@ following components:
|
||||
Feel free to fork this repository and tailor it to suit you.
|
||||
|
||||
## Procedure
|
||||
1. Clone the Repository
|
||||
1. Download Bash script to create new C++ projects
|
||||
```bash
|
||||
git clone https://github.com/TimothyHelton/cpp_project_template
|
||||
curl -O https://raw.githubusercontent.com/TimothyHelton/cpp_project_template/master/new_cpp_project.sh
|
||||
chmod u+x new_cpp_project.sh
|
||||
```
|
||||
1. In the top level **CMakeLists.txt**:
|
||||
1. Create new C++ project
|
||||
```bash
|
||||
./new_cpp_project.sh NewProjectName
|
||||
```
|
||||
1. In the project top level **CMakeLists.txt**:
|
||||
1. Line 2: Change the variable **MyProject** to the name of your project.
|
||||
```cmake
|
||||
project(NewProject)
|
||||
|
Loading…
x
Reference in New Issue
Block a user