Giter Site home page Giter Site logo

agenda's Introduction

Agenda

中山大学 2017 级软件工程 初级实训项目

Resources

Folder Structure

.
├── bin       # Output executables
├── build     # Object files to be used by GTest
├── data      # CSV files
├── gtest     # GTest files to test your code
├── include   # Header files
├── src       # Source files
├── Makefile
└── ...

Build Setup

Install GTest

# install source files
sudo apt-get install libgtest-dev

# install cmake
sudo apt-get install cmake

# compile the source files
cd /usr/src/gtest
sudo cmake CMakeLists.txt
sudo make

# copy or symlink *.a to your /usr/lib folder
sudo cp *.a /usr/lib

Run GTest

. test.sh

Compile

make clean
make

Notes

  • When you are running test.sh or compiling on v0.1.0 tag, due to the lack of header file and implementation of AgendaUI , it will throw an undefined reference to 'main' error. However, it has no impact on the testing result.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.