Instalasi HySS (Hyang Server Scripts) versi 1.0.1

Cara instal HySS tersedia di sini . Tahap 1: Instal paket-paket Linux/GNU yang diperlukan ============================================= Jika dilihat pada paket-paket yang diperlukan di sini , hanya re2c yang belum terpasang. Sedangkan paket-paket lain sudah terpasang pada posting sebelumnya (seperti pcre, libxml, flex, bison, dan build-essential). Instal re2c : $ sudo apt-get install re2c Tahap 2 : Mendapatkan kode sumber ============================== $ git clone https://bitbucket.org/hyw3/hyss-dev.git $ cd hyss-dev Tahap 3 : Konfigurasi kode sumber ============================= Pada direktori hyss-dev, jalankan perintah berikut : $ ./configure --with-clhyext=/usr/local/clhydelman/bin/clhyext Output hasil proses konfigurasi : ------------------------------------------------ Configuring HySS sources... ------------------------------------------------ checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that doe...