Skip to content

Is it possible to make sdl_display “installable”? #2

@UncleGrumpy

Description

@UncleGrumpy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions