I'm tring to setup Perfect server on my ubuntu and I'm stuck at part when I have to clone & build PerfectLib
According to this tutorial I should do
git clone https://github.com/PerfectlySoft/Perfect.git
cd Perfect/PerfectLib
make
sudo make install
But there isn't such directory Perfect/PerfectLib
. I can find only Perfect/Sources/PerfectLib
and if I run make
then error make: *** No targets specified and no makefile found. Stop.
I'm not sure how I should approach it.