You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated install.html for info with xsm install error
1. Updated and removed the "lib6-dev" package installation command as there is no such package, the closest is "libc6-dev" package which is installed by default in most systems.
2. Install "libfl-dev" for Linux Mint (needed for flex), etc or any system which had their this particular package removed by subsequent updates of the OS. I found that in vanilla Linux Mint (powered up in VM) the "libfl-dev" package was present by default but was not present in my hard-disk installed and updated Linux Mint. So I replaced the "-ll" with "-lfl" (using the "fl" library) in the "cc" line of the "Makefile" present in xsm_dev.
3. Using any editor vi or nano, added "#!/usr/bin/env bash" line as first line to the executable "xsm" file in xsm_expl folder so that regardless of which shell the user is using the executable "xsm" will always be run on the "bash" shell as how the "xsm" was natively written to run.
0 commit comments