Skip to content
Discussion options

You must be logged in to vote

To summarize:

  • making libArkReactor STATIC in the CMakeLists.txt will solve dynamic libs resolution problems, if you only need the arkscript executable as a user
    • otherwise, when building libArkReactor as a shared library, it should be in the same folder as arkscript
  • docs can be found online https://arkscript-lang.dev/docs/prologue/building/, and are downloadable too: https://github.com/ArkScript-lang/website
  • if you install ArkScript in a custom directory, eg with cmake --install build --prefix /opt/ArkScript, it will create a /opt/ArkScript/lib/Ark/std, you need to point ARKSCRIPT_PATH to /opt/ArkScript/lib/Ark (I'm working on something to avoid the redundant /Ark/ here, when using a c…

Replies: 5 comments 17 replies

Comment options

You must be logged in to vote
2 replies
@SuperFola
Comment options

@kwolcott
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
14 replies
@SuperFola
Comment options

@kwolcott
Comment options

@kwolcott
Comment options

@kwolcott
Comment options

@SuperFola
Comment options

Comment options

You must be logged in to vote
1 reply
@kwolcott
Comment options

Answer selected by kwolcott
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants