Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Compile to binary

Explorer ,
Jun 24, 2020 Jun 24, 2020

How can I compile plugin and make a binary deliverable of the plugin. Rather than readable lua files.

TOPICS
SDK
968
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jun 24, 2020 Jun 24, 2020

The SDK includes a folder "Lua Compiler" which contains the "luac" compiler for Windows and Mac. Invoking "luac" with no arguments gives the command-line syntax.

 

You can download the SDK from here:

https://console.adobe.io/downloads/lr 

 

But adobe.io has been broken for at least a couple of days, so if the download doesn't work, you can download a copy I saved away:

https://www.dropbox.com/s/xd8vldflthsfs8m/lr-sdk.2020.06.23.zip?dl=0

 

[Use the blue reply button under the first post to ensure

...
Translate
LEGEND ,
Jun 24, 2020 Jun 24, 2020
LATEST

The SDK includes a folder "Lua Compiler" which contains the "luac" compiler for Windows and Mac. Invoking "luac" with no arguments gives the command-line syntax.

 

You can download the SDK from here:

https://console.adobe.io/downloads/lr 

 

But adobe.io has been broken for at least a couple of days, so if the download doesn't work, you can download a copy I saved away:

https://www.dropbox.com/s/xd8vldflthsfs8m/lr-sdk.2020.06.23.zip?dl=0

 

[Use the blue reply button under the first post to ensure replies sort properly.]

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines