项目作者: thiago-rezende

项目描述 :
Assignment for the conclusion of the subject of Algorithms and procedural programming
高级语言: C++
项目地址: git://github.com/thiago-rezende/inventory-manager.git
创建时间: 2019-05-31T19:43:07Z
项目社区:https://github.com/thiago-rezende/inventory-manager

开源协议:MIT License

下载


" class="reference-link">Ivy - Inventory Manager

Assignment for the conclusion of the subject of Algorithms and Procedural Programming.

Read the docs

Ivy - Inventory Manager Docs

Project structure

  1. .
  2. ├── bin # Binaries will be here.
  3. ├── lib # Libraries will be here.
  4. ├── docs # The documentation will be here.
  5. ├── src # Source folder.
  6. | └── CMakeLists.txt # Project CMake build script.
  7. ├── vendor # Third-party packages will be here.
  8. └── CMakeLists.txt # Main CMake build script.

How to Use

  • First download and install CMake here, is highly recommended to read the documentation here to extend the project.
  • Execute the following commands

    NOTE: When compiling for the first time may take some time due to nano library compilation, do not worry, it’s not stuck.

    1. git clone --recursive https://github.com/thiago-rezende/inventory-manager.git
    2. cd inventory-manager
    3. mkdir build
    4. cd build
    5. cmake .. -G"GENERATOR-HERE" -DBUILD_SHARED_LIBS=ON # Read the CMake docs and select a generator
    6. make && make install # Now run your preferred compiler

Contributors ✨