zviederi / IntelligibleWM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intelligible Warehouse Management Tool

Warehouse management software. Software to manage your stock items and etc. #WIP

Developer hints

How to build:

mkdir build && cd build
cmake --help # choose Generator
cmake -G "Visual Studio 15 2017 Win64" .. # "-DCMAKE_BUILD_TYPE=Release" 
cmake --build . --target install # --config Release

Visual Code my custom tasks shortcuts:

  • Build and install project: Ctrl+Alt+B
  • Run program: Ctrl+Alt+R

Credits

The following third party libraries/tools/drivers have been used in the IWM:

About

License:MIT License


Languages

Language:C++ 95.7%Language:CMake 4.3%