stardot / b-em

An opensource BBC Micro emulator for Win32 and Linux
http://stardot.org.uk/forums/viewtopic.php?f=4&t=10823
GNU General Public License v2.0
112 stars 56 forks source link

jstest: same name as another program + executables question #206

Open sljunkie opened 1 year ago

sljunkie commented 1 year ago

The program jstest is named exactly the same as another tool included in the @ https://sourceforge.net/projects/linuxconsole/ project which, at least on Debian systems, is installed as part of the joystick package. So there's a potential conflict when installing b-em on /usr/ or /usr/local.

And, as for jstest itself and other execulables compiled and installed along b-em, are they strictly necessary for the emulator itself to properly work or are they optional tools? If so, there should be a configure script option to disable their compilation/installation.