Closed greenjokers closed 5 years ago
you should install "ppl",you can run
sudo apt-get install libcpprest-dev
I also encountered this problem, and I use command "sudo apt-get install libcpprest-dev", but which dosn`t work. how to solve it?
To be honest, I have not used the algorithm from linux, but you can easily replace each parallel_for cycle by a simple for cycle or using OpenMP. Then you can remove ppl library.
thank you danini, before your reply I have solved this problem, from your code , I find that the code is writing with VS2015 or higher version. I do replace each parallel_for cycle by a simple for cycle. I don`t konw what if it will decrease efficiency apparently.
hi danini, I have followed the build instructions, but when i run make,I get but I already have the cpp in the folder,why?