rxi / lite

A lightweight text editor written in Lua
MIT License
7.39k stars 350 forks source link

How to install this on Linux? #314

Open tasinone opened 1 year ago

tasinone commented 1 year ago

Well, there is no release version for Linux. Do I need to build it from the source to make it work on Linux? Also, I tried to run the build.sh but I got this error. Screenshot_64

risejs commented 1 year ago

The "lite.zip" is Windows and Linux. The "lite.exe" is Windows. The "lite" is Linux.

tasinone commented 1 year ago

The "lite.zip" is Windows and Linux. The "lite.exe" is Windows. The "lite" is Linux.

So I need to chmod +x lite and then just double-click on it? IDK how to use it because lite is a all file and I don't know how can I use it.

risejs commented 1 year ago

@tasinone How to make a file executable in Linux

ghost commented 11 months ago

You need to install sdl2-dev or libsdl2-dev, and then retry ./build.sh If it succeeds, you should now have a compiled file named lite.

You can execute it like ./lite