Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Mar 20, 2022
2 parents af3af9a + cf0bcd9 commit 324f3e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export DIST_NAME=ElectricSheep
export DIST_VERSION=0.3.0
export MODULES="base(network, gui,electricsheep, usage-statistics)"
export GUI_STARTUP_SCRIPT=electricsheep
export BASE_IMAGE_ENLARGEROOT=1000
export BASE_IMAGE_ENLARGEROOT=2000

export USAGE_STATISTICS_URL=https://electricsheep-tracking.gnethomelinux.com
3 changes: 2 additions & 1 deletion src/modules/electricsheep/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ source /common.sh
install_cleanup_trap

sudo apt-get update
sudo apt-get install -y subversion autoconf libtool libgtk2.0-dev libgl1-mesa-dev libavcodec-dev libavformat-dev libswscale-dev liblua5.1-0-dev libcurl4-openssl-dev libxml2-dev libjpeg8-dev libgtop2-dev libboost-dev libboost-filesystem-dev libboost-thread-dev libtinyxml-dev freeglut3-dev glee-dev libwxgtk3.0-dev git checkinstall
sudo apt-get install -y subversion autoconf libtool libgtk2.0-dev libgl1-mesa-dev libavcodec-dev libavformat-dev libswscale-dev liblua5.1-0-dev libcurl4-openssl-dev libxml2-dev libjpeg9-dev libgtop2-dev libboost-dev libboost-filesystem-dev libboost-thread-dev libtinyxml-dev freeglut3-dev glee-dev libwxgtk3.0-gtk3-dev git checkinstall

pushd /home/pi
git clone https://github.com/scottdraves/flam3.git
pushd flam3
autoreconf -f -i
./configure --build=arm-unknown-linux-gnueabihf
export LDFLAGS="-Wl,--copy-dt-needed-entries"
make
sudo checkinstall -y
popd
Expand Down

0 comments on commit 324f3e2

Please sign in to comment.