diff options
Diffstat (limited to 'lang/smarteiffel/files/pkg-message.in')
-rw-r--r-- | lang/smarteiffel/files/pkg-message.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/smarteiffel/files/pkg-message.in b/lang/smarteiffel/files/pkg-message.in new file mode 100644 index 000000000000..9a34fc1e4203 --- /dev/null +++ b/lang/smarteiffel/files/pkg-message.in @@ -0,0 +1,11 @@ +SmartEiffel is now available through the symbolic link %%PREFIX%%/SmartEiffel. + +Add %%PREFIX%%/SmartEiffel/bin to your path to be able to call +the SmartEiffel compiler and its other utilities. + +Make sure the environment variable SmartEiffel is defined and points to +%%PREFIX%%/SmartEiffel/sys/system.se. + +One way to do this is to extend /etc/profile with the following line: + + SmartEiffel=%%PREFIX%%/SmartEiffel/sys/system.se; export SmartEiffel |