Open sleebapaul opened 6 years ago
You need to run make in "UsageEnvironment, "groupsock", "liveMedia" and "BasicUsageEnvironment" before you can build the proxyServer.
Just run make in the root dir to build everything in the correct order.
I know I'm late 2 years, but maybe it'll be helpful for someone else.
🐶
./genMakefiles linux
After generating Makefiles for all project,
cd proxyServer
make
Which shows
Though a
live555ProxyServer.o
is generated inproxyServer
folder.