pistacheio / pistache

A high-performance REST toolkit written in C++
https://pistacheio.github.io/pistache/
Apache License 2.0
3.18k stars 698 forks source link

Can someone describe the process of installing Pistache on Centos 6.5 etc #582

Closed Asimov500 closed 4 years ago

Asimov500 commented 5 years ago

I have actually finished my program and it does exactly what I want, but I have been doing it in codeblocks on a Ubuntu system. So now I want to run my program on a Centos headless server. I have made a Makefile and my Makefile works on Ubuntu without errors, but then pistache is installed.

So I was wondering if someone could talk me through the process of installing Pistache on Centos. Is there a yum command to install pistache or do I just clone pistache from git and use the Makefile to build it and then copy the pistache folder to my project?

Bear in mind I am new to linux and I usually do everything in windows, so if my question sounds stupid then that is why.

Tachi107 commented 1 year ago

Happy to help :)