mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 04:43:06 +00:00
Switch to openmwluadocumentor with Teal interfaces
This commit is contained in:
parent
7560229f1f
commit
676047a9e3
2 changed files with 4 additions and 4 deletions
|
|
@ -7,8 +7,8 @@ pushd .
|
||||||
echo "Install Teal Cyan"
|
echo "Install Teal Cyan"
|
||||||
git clone https://github.com/teal-language/cyan.git
|
git clone https://github.com/teal-language/cyan.git
|
||||||
cd cyan
|
cd cyan
|
||||||
git checkout v0.4.0
|
git checkout v0.4.1
|
||||||
luarocks make cyan-0.4.0-1.rockspec
|
luarocks make cyan-0.4.1-1.rockspec
|
||||||
popd
|
popd
|
||||||
|
|
||||||
cyan version
|
cyan version
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ PATH=$PATH:~/luarocks/bin
|
||||||
echo "Install openmwluadocumentor"
|
echo "Install openmwluadocumentor"
|
||||||
git clone https://gitlab.com/ptmikheev/openmw-luadocumentor.git
|
git clone https://gitlab.com/ptmikheev/openmw-luadocumentor.git
|
||||||
cd openmw-luadocumentor
|
cd openmw-luadocumentor
|
||||||
git checkout 122e4f55c5f2dd62076135211e03edfb8dec3a55
|
git checkout df58ac589dcb550977d0a3a9a65d32c5f3f2ae7d
|
||||||
luarocks make luarocks/openmwluadocumentor-0.2.0-1.rockspec
|
luarocks make luarocks/openmwluadocumentor-0.2.1-1.rockspec
|
||||||
cd ~
|
cd ~
|
||||||
rm -r openmw-luadocumentor
|
rm -r openmw-luadocumentor
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue