Megatest

Check-in [b79b86ca4b]
Login
Overview
Comment:workaround note for 17.04 ubuntu
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.65
Files: files | file ages | folders
SHA1: b79b86ca4b2865063eac92cbdee0fbb37c5f0743
User & Date: bb on 2018-01-25 15:31:31
Other Links: branch diff | manifest | tags
Context
2018-01-26
13:34
Added cleanup-pkts and commented out unnecessary pkts from configf check-in: a8cb71c532 user: mrwellan tags: v1.65
2018-01-25
15:31
workaround note for 17.04 ubuntu check-in: b79b86ca4b user: bb tags: v1.65
2018-01-23
22:04
Added option to build chicken 4.13. Just export OPTION=new check-in: de8934622a user: matt tags: v1.65
Changes

Modified utils/installall.sh from [9a6b160c28] to [62802dad6a].

11
12
13
14
15
16
17





18
19
20
21
22
23
24
#  greater. See the accompanying file COPYING for details.
# 
#  This program is distributed WITHOUT ANY WARRANTY; without even the
#  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
#  PURPOSE.

# echo OPTION=$OPTION






if [[ $OPTION == "" ]]; then
    export OPTION=std
fi

echo You may need to do the following first:
echo sudo apt install libreadline-dev







>
>
>
>
>







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#  greater. See the accompanying file COPYING for details.
# 
#  This program is distributed WITHOUT ANY WARRANTY; without even the
#  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
#  PURPOSE.

# echo OPTION=$OPTION

# BKM for ubuntu 17.04:
#  sudo dpkg -i libpng12-0_1.2.54-1ubuntu1_amd64.deb
#  sudo dpkg -i libpng12-0_1.2.54-1ubuntu1_amd64.deb


if [[ $OPTION == "" ]]; then
    export OPTION=std
fi

echo You may need to do the following first:
echo sudo apt install libreadline-dev