uniba-swt / swtbahn-cli

A client-server command line interface for the SWTbahn.
GNU General Public License v3.0
7 stars 3 forks source link

Make Kieler and BahnC Discovery/Invocation Consistent #105

Closed BLuedtke closed 11 months ago

BLuedtke commented 1 year ago

In dynlib.c, Kieler is referred to/found via the expected environment variable "KIELER_PATH": [..] java -jar \"$KIELER_PATH\"/kico.jar [...]
Meanwhile, BahnC is expected to be on the path: bahnc -o %s/bahnc [..].

This should be made consistent, and we should add this information (the need for these variables) to the README.