A ready software
?
?
- Vredist_x86.exe is a support plugin for the C + + development environment, and if Vcredist_x86 is missing, installation Luaforwindows-5.1.4-35.exe may error.
- Luaforwindows_v5.1.4-35.exe,luaforwindows is a LUA scripting language development Runtime Environment for Windows systems and can be installed by default options.
- Ideaiu-2018-2.4.exe, full name IntelliJ idea, is an integrated environment for Java language development, and we add LUA plugins for LUA development.
- Intellij-emmylua-1.2.5-idea182.zip,emmylua is a LUA plugin based on Intellij idea, with powerful code hints and debugging capabilities, open source for free.
?
Will not provide, we can go to Baidu search find download.
Two software Installation
- The first step is to install the Vredist_x86.exe.
- Step two, install Luaforwindows_v5.1.4-35.exe.
- The third step, the installation of Ideaiu-2018-2.4.exe, if the use of the flagship version, please buy, or their own Baidu search decipher, I tried a lot of methods, many license server is not available, and finally in a short book on a paper to decipher.
- The fourth step is to configure the Lua usage environment in idea, which is configured as follows.
?
"Install plugin Emmylua"
?
After the idea is successfully installed, enter the Welcomme interface, such as.
?
Click "Configure" and select "Plugins" option.
?
Go to the Plugins configuration page, for example.
?
Click "Install plugin from disk", select the Intellij-emmylua-1.2.5-idea182.zip on the disk, click "OK"
?
Finally, click "OK", the Emmylua plug-in installation is complete.
?
"Configuring the LUA Development environment"
?
Select "File", "Project Structure", go to Project Struceture configuration interface, click on the left "SDKs", select your own LUA SDK home path, such as. Click "OK" to configure the Lua development environment configuration to complete.
Three environmental tests
Create a new Lua file, output a line of "Hello World", then click "Run" and the result output is in the run result area.
?
IntelliJ idea Configuring the LUA development environment