blob: c160ac9e7f743541c2ddc961a123d8056f1219c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
SmallEiffel is now available through the symbolic link %%PREFIX%%/SmallEiffel.
Add %%PREFIX%%/SmallEiffel/bin to your path to be able to call
the SmallEiffel compiler and its other utilities.
Make sure the environment variable SmallEiffel is defined and points to
%%PREFIX%%/SmallEiffel/sys/system.se.
One way to do this is to extend /etc/profile with the following line:
SmallEiffel=%%PREFIX%%/SmallEiffel/sys/system.se; export SmallEiffel
|