objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
154 stars 11 forks source link

Can I change the directory structure of the Objeck distribution? #483

Closed ghost closed 4 months ago

ghost commented 4 months ago

Merge app and bin so ObLauncher.exe is now in bin together with obc, obr,...

Moving doc into share/objeck/doc.

Moving examples into share/objeck/examples.

Moving LICENSE and readme.html into share/objeck.

Moving and renaming lib into lib/objeck.

This is needed to install Objeck into /usr or /usr/local.

Note: This change is on the packager's side to create a directory structure that is compatible with the Linux/Unix FHS. This doesn't change the directory structure of the official Objeck distribution.

objeck commented 4 months ago

Yes, just ensure your PATH points xyz/bin and OBJECK_LIB_PATH xyz/lib.