Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
D demo_lua
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • pub
  • demo_lua
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Oct 10, 2018 by Guido Voigt's avatar Guido Voigt
Hide whitespace changes
Inline Side-by-side
Showing with 14 additions and 2 deletions
+14 -2
  • home.md home.md +14 -2
  • No files found.
home.md
View page @ 58e84478
......@@ -20,8 +20,20 @@
- on Linux its build in or add via 'apt-get install bash unzip'
- on MacOSX its build in
* setup your favorite IDE - preferred with build in LUA Highlight and/or COde check we can recommend :
- IntelliJ (https://www.jetbrains.com/idea/) CE Edition is free of use
- Eclipse (https://www.eclipse.org)
* IntelliJ (https://www.jetbrains.com/idea/) CE Edition is free of use
- download and Install IntelliJ
- start IntelliJ
- got to File/Settings/Plugins -> Browse repositories -> Type "LUA"
- select "Lua language integration for IntelliJ" click install
- checkout this repository File/new/Project from Version Controll/git
* Eclipse (https://www.eclipse.org)
- Download [Eclipse](http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/oxygen1a)
- install Eclipse local
- go to HELP -> Eclipse Marketplace type "LUA"
- install "Lua Development Tools"
- go to HELP -> Eclipse Marketplace type "TM Terminal"
- install "TM Terminal 4.0"
- checkout this repository File/new/Project from Version Controll/git
* there is NO need to have a local LUA Interpreter (https://www.lua.org) but you can use this for other projects as well
......
Clone repository
  • Home