-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The requirement of having sdl_display in the current working directory is a little awkward. It would be great if it could be installed into the same location as AtomVM and just work.
What I really mean here is to install it into the AtomVM install location, for example /usr/local/lib/atomvm/, along side the AtomVM executable, so that when the /usr/local/bin/atomvm wrapper is used to launch an application, the sdl display can be used by any application, and launched from any location. For example from the users home directory executing:
$ atomvm relative/pathto/myapp.avm
I am not sure of the technical difficulties involved with making this work, and it might be something that needs to be changed in the main AtomVM repo, and not necessarily in this driver - aside from adding an install target for cmake.