Difference between revisions of "Linux: OWP"

From OnnoWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Setup Linux OWP ditambahkan
 
Setup Linux OWP ditambahkan
  
  apt install openssh-server thunderbird alpine fetchmail postfix arduino debmirror
+
  apt install openssh-server thunderbird alpine fetchmail postfix arduino debmirror android-tools-adb
 +
 
  
 
Untuk software development
 
Untuk software development
Line 8: Line 9:
 
* Compile untuk kernel linux
 
* Compile untuk kernel linux
 
* Compile untuk OpenWRT
 
* Compile untuk OpenWRT
 +
 +
apt install kernel-package libncurses5-dev fakeroot wget bzip2 \
 +
fakeroot kernel-wedge build-essential makedumpfile libncurses5 \
 +
subversion gawk flex sharutils bison libz-dev zlib1g-dev patch \
 +
fakeroot lzma git-core build-essential unzip libncurses5-dev curl
 +
php-xml-parser libexpat1 libexpat1-dev libssl-dev git \
 +
qt4-qmake libqt4-dev libqtcore4 libqtgui4

Latest revision as of 05:20, 6 June 2017

Setup Linux OWP ditambahkan

apt install openssh-server thunderbird alpine fetchmail postfix arduino debmirror android-tools-adb


Untuk software development

  • Compile untuk android
  • Compile untuk kernel linux
  • Compile untuk OpenWRT
apt install kernel-package libncurses5-dev fakeroot wget bzip2 \
fakeroot kernel-wedge build-essential makedumpfile libncurses5 \
subversion gawk flex sharutils bison libz-dev zlib1g-dev patch \
fakeroot lzma git-core build-essential unzip libncurses5-dev curl
php-xml-parser libexpat1 libexpat1-dev libssl-dev git \
qt4-qmake libqt4-dev libqtcore4 libqtgui4