MayaPosch / NymphCast

Audio and video casting system with support for custom applications.
http://nyanko.ws/nymphcast.php
BSD 3-Clause "New" or "Revised" License
2.43k stars 82 forks source link

Instruction Clarification #42

Closed ghost closed 3 years ago

ghost commented 3 years ago

In Rasbian the bin folder the server ends up in /usr/local/bin, im not sure if that's different in different linux versions, but there's also a /bin/ and /local/bin/ in Rasbian and at first ,I thought that the bin might have been created in the project directory, had to look at where everything was built into during make, the instructions just say to go to bin/ without explanation of where bin/ is.

MayaPosch commented 3 years ago

The bin/ in the instructions refer to the folder that is created in the src/server/ folder during compilation. Using make install copies the files in that folder to their final destinations in the filesystem.