User Tools

Site Tools


og:ipabuild:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
og:ipabuild:start [2019/01/14 23:08]
czokie [Bootstrap]
og:ipabuild:start [2019/01/15 01:41] (current)
czokie [Main setup]
Line 40: Line 40:
 else else
   banner "Continue as ${USER}"   banner "Continue as ${USER}"
-  su -c "bash <(curl -s https://dji.retroroms.info/_export/code/og/ipabuild/start?codeblock=1)" -s /bin/bash ${USER} +  #su -c "bash <(curl -s https://dji.retroroms.info/_export/code/og/ipabuild/start?codeblock=1)" -s /bin/bash ${USER} 
-  #su - ${USER}+  su - ${USER}
 fi fi
 </code> </code>
Line 62: Line 62:
              make patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel \              make patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel \
              bzip2 autoconf automake libtool bison iconv-devel sqlite-devel which zip unzip openssl file              bzip2 autoconf automake libtool bison iconv-devel sqlite-devel which zip unzip openssl file
 +
 +sudo pip freeze > /tmp/freeze0
  
 banner "Upgrade pip" banner "Upgrade pip"
Line 67: Line 69:
 sudo pip install --upgrade pip sudo pip install --upgrade pip
  
 +sudo pip freeze > /tmp/freeze1
 +if [ 1 -eq 0 ]; then
 banner "Install construct" banner "Install construct"
 # The latest construct that is known to work with iSign won't install with pip - We need to get the URL and fetch manually # The latest construct that is known to work with iSign won't install with pip - We need to get the URL and fetch manually
Line 79: Line 83:
 banner "Install pyOpenSSL" banner "Install pyOpenSSL"
 sudo pip install PyOpenSSL==18.0.0 sudo pip install PyOpenSSL==18.0.0
 +
 +sudo pip freeze > /tmp/freeze2
  
 banner "Install isign" banner "Install isign"
Line 93: Line 99:
 sudo rm -rf build dist isign.egg-info sudo rm -rf build dist isign.egg-info
 cd cd
 +fi
 # Install newer non-standard GCC package required for insert_dylib # Install newer non-standard GCC package required for insert_dylib
  
og/ipabuild/start.1547507298.txt.gz · Last modified: 2019/01/14 23:08 by czokie