I followed exactly your instructions to build on Linux but get an error message: $ sudo apt install libupnp-dev $ mkdir build $ gcc main.c -o build/libupnp_example -lupnp gcc: error: main.c: No such file or directory What to do?
I followed exactly your instructions to build on Linux but get an error message:
What to do?