Skip to content

thiago-rezende/inventory-manager

Repository files navigation

Ivy - Inventory Manager

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

Read the docs

Ivy - Inventory Manager Docs

Project structure

   .
   ├── bin                      # Binaries will be here.
   ├── lib                      # Libraries will be here.
   ├── docs                     # The documentation will be here.
   ├── src                      # Source folder.
   |   └── CMakeLists.txt       # Project CMake build script.
   ├── vendor                   # Third-party packages will be here.
   └── 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.

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

Contributors ✨

About

Assignment for the conclusion of the subject of Algorithms and procedural programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published