LuaFormatter icon indicating copy to clipboard operation
LuaFormatter copied to clipboard

Instructions for building from source in README appear to be outdated/incomplete/wrong (?)

Open rdw-software opened this issue 4 years ago • 0 comments

The steps listed there are as follows:

    git clone --recurse-submodules https://github.com/Koihik/LuaFormatter.git
    cd LuaFormatter
    cmake .
    make
    make install

Unfortunately, there doesn't appear to be any Makefile that I could use to make and make install. cmake . did work, but it just gives a bunch of random files that don't seem particularly useful to me.

I was trying to build from source in order to obtain an executable to run locally, as the luarocks command also didn't work and the GitHub release contains only the source code.

rdw-software avatar Jul 07 '21 06:07 rdw-software