Problems building on OpenSuSE Leap 15.1
smcameron opened this issue · 1 comments
smcameron commented
Build instructions could use updating for OpenSuSE Leap 15.1. Ran into the following:
- Needed to install pkg-config and pkg-config_files.
- Needed to set pkg-config-path environment variable (to what? Need to find this out.)
- All references to lua 5.2 needed to be changed to lua 5.3. Note, we only compiled snis_client (via "make bin/snis_client") which shouldn't need lua at all. I don't know if the differences between lua 5.3 and lua 5.2 are significant enough to break things. I normally use lua 5.2 on my systems.
Changes to Lua 5.3 -- at a quick glance I didn't see anything that I think will be problematic.