Files
icarus_dm/README.md
T
2019-03-22 21:53:42 -04:00

1.4 KiB

IcarusDownloadManager

IcarusDownloadManager is a CLI program tool that has the feature of uploading and downloading songs from the Icarus Music Server.

Prerequisites

  • CMake
  • gcc
  • libcurl
  • cpr

Installing

Clone the repository and esnure that the cpr c++ module is implemented by checking the contents of the cpr directory. If you notice a directory structure and a CMakeList.txt file then you are fine. Otherwise implement the modules with the following command:

git submodule update --init --recursive

Once that is complete, verify the contents of the cpr directory and there should be a CMakeList.txt file. Now you must compile and link the project

cmake .
make

The program has been built and can be executed by the binary file icd

Built With

  • c++

Contributing

Please read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests to the project.

Versioning

No version has been released

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details