Skip to content

CKEFGISC/practice1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

網管練習 --- git 專案庫使用

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact

About The Project

這是一個 c++ 的示例用專案,旨在提供建北電資網管們一個練習的機會。 請試著按照此說明文檔使用此專案庫。 這個專案庫程式碼當中有錯誤,請想辦法解決。 請不要將修正過的程式碼 commit 到此專案庫,感謝!

(back to top)

Getting Started

This is an example of a cmake project.

Prerequisites

Install git and other requirements on your computer.

Ubuntu

  • Update your apt
    sudo apt update && sudo apt upgrade -y
  • Install requirements
    sudo apt install build-essential
    sudo apt install git cmake gcc

Installation

  1. Clone the repo
    git clone https://github.com/CKEFGISC/practice1.git
    cd practice1
  2. Build project
    mkdir build && cd build
    cmake ..
    make
  3. Run
    ./simple_example.exe

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Aaron Wu - @AaronWu-train - aaronwu0218@gmail.com

Project Link: https://github.com/CKEFGISC/practice1

(back to top)

About

網管練習 1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors