Table of Contents
這是一個 c++ 的示例用專案,旨在提供建北電資網管們一個練習的機會。 請試著按照此說明文檔使用此專案庫。 這個專案庫程式碼當中有錯誤,請想辦法解決。 請不要將修正過的程式碼 commit 到此專案庫,感謝!
This is an example of a cmake project.
Install git and other requirements on your computer.
- Update your apt
sudo apt update && sudo apt upgrade -y - Install requirements
sudo apt install build-essential sudo apt install git cmake gcc
- Clone the repo
git clone https://github.com/CKEFGISC/practice1.git cd practice1 - Build project
mkdir build && cd build cmake .. make
- Run
./simple_example.exe
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Aaron Wu - @AaronWu-train - aaronwu0218@gmail.com
Project Link: https://github.com/CKEFGISC/practice1