Skip to content

Commit 1e211ea

Browse files
committed
Try to enable ECLiPSe
1 parent f0da43f commit 1e211ea

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

binder/postBuild

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ set -e
44

55
python3 -m logtalk_kernel.install
66

7-
#mkdir eclipse
8-
#cd eclipse
9-
#wget http://eclipseclp.org/Distribution/CurrentRelease/7.1_13%20x86_64_linux%20Intel-64bit-Linux/eclipse_basic.tgz
10-
#wget http://eclipseclp.org/Distribution/CurrentRelease/7.1_13%20x86_64_linux%20Intel-64bit-Linux/eclipse_doc.tgz
11-
#wget http://eclipseclp.org/Distribution/CurrentRelease/7.1_13%20x86_64_linux%20Intel-64bit-Linux/UNPACK
12-
#chmod a+x UNPACK
13-
#./UNPACK
14-
#echo -e "\n\n\n\n\n\n" | ./RUNME
15-
#echo 'export PATH=$PATH:$HOME/eclipse/bin/x86_64_linux' >> $HOME/.profile
16-
#cd ~
7+
mkdir eclipse
8+
cd eclipse
9+
wget http://eclipseclp.org/Distribution/CurrentRelease/7.1_13%20x86_64_linux%20Intel-64bit-Linux/eclipse_basic.tgz
10+
wget http://eclipseclp.org/Distribution/CurrentRelease/7.1_13%20x86_64_linux%20Intel-64bit-Linux/eclipse_doc.tgz
11+
wget http://eclipseclp.org/Distribution/CurrentRelease/7.1_13%20x86_64_linux%20Intel-64bit-Linux/UNPACK
12+
chmod a+x UNPACK
13+
./UNPACK
14+
echo -e "\n\n\n\n\n\n" | ./RUNME
15+
echo 'export PATH=$PATH:$HOME/eclipse/bin/x86_64_linux' >> $HOME/.profile
16+
cd ~
1717

1818
git clone --depth 1 https://github.com/didoudiaz/gprolog
1919
cd gprolog/src

0 commit comments

Comments
 (0)