Closed Zdxfgre closed 9 months ago
Hello, I have followed the steps in the Building Instructions once, but I am unable to run it according to the steps in "libdatachannel - client-benchmark". The error I get is:
bash: ./client-benchmark: Is a directory.
It simply means that you specified the path to the directory instead of the executable. After following the building instructions, you have to run ./examples/client-benchmark/client-benchmark
inside the build
directory. If the executable doesn't exist, it means the build wasn't performed correctly.
Therefore, I tried to cmake "client-benchmark", and then I encountered the following error. I'm not sure how to solve this problem and could you please advise on how to resolve this? Thank you very much!
You can't build examples as standalone out of the box as they won't find dependencies. You must trigger the build from the libdatachannel root directory.
The issue has been resolved, thank you very much.
Hello, I have followed the steps in the Building Instructions once, but I am unable to run it according to the steps in "libdatachannel - client-benchmark". The error I get is:
bash: ./client-benchmark: Is a directory.
It simply means that you specified the path to the directory instead of the executable. After following the building instructions, you have to run
./examples/client-benchmark/client-benchmark
inside thebuild
directory. If the executable doesn't exist, it means the build wasn't performed correctly.Therefore, I tried to cmake "client-benchmark", and then I encountered the following error. I'm not sure how to solve this problem and could you please advise on how to resolve this? Thank you very much!
You can't build examples as standalone out of the box as they won't find dependencies. You must trigger the build from the libdatachannel root directory.
The issue has been resolved, thank you very much!
Hello, I have followed the steps in the Building Instructions once, but I am unable to run it according to the steps in "libdatachannel - client-benchmark". The error I get is:
bash: ./client-benchmark: Is a directory.
Therefore, I tried to cmake "client-benchmark", and then I encountered the following error. I'm not sure how to solve this problem and could you please advise on how to resolve this? Thank you very much!