Welcome to KeyMaster, the tool Li3D uses that allows certain developers to upload 3D Models to the platform. KeyMaster's job is to generate a secret developer key every 15 days, whereby inserting this key to the Li3D Client allows the developer to upload URL's to the platform where they will be stored on the server so they may be downloaded by users.
- Install g++
- Install OpenSSL
- Install libssl-dev
- Install libcurl4-openssl-dev
- Build
- Execute
Upon installation of g++, OpenSSL, libcurl4 and libssl-dev development package, proceed by building KeyMaster with the following command:
g++ -o KeyMasterClient KeyMaster.cpp main.cpp -O3 -lssl -lcurl -lcrypto