IGOS Nusantara dan CadSoft PCB Layout Eagle: Perbedaan revisi
Dari IGNwiki
(←Membuat halaman berisi ' PERSIAPAN == 1. Pasang paket untuk kompilasi == # yum -y install gcc make # echo Buat pengguna bernama igos # useradd igos # passwd -d igos # exit Login: igos $ …') |
|||
(2 revisi antara oleh pengguna yang sama tidak ditampilkan) | |||
Baris 1: | Baris 1: | ||
− | + | CadSoft PCB Layout Eagle adalah program untuk mendesain board electronic. | |
− | + | Eagle tersedia untuk Linux, Mac dan Windows. Eagle versi Linux memerlukan library khusus | |
+ | yang tidak langsung tersedia di IGOS Nusantara, sehingga pengguna harus melakukan kompilasi | ||
+ | secara manual. | ||
== 1. Pasang paket untuk kompilasi == | == 1. Pasang paket untuk kompilasi == | ||
Baris 28: | Baris 30: | ||
$ make check | $ make check | ||
$ make install | $ make install | ||
− | |||
$ file -L ~/.eagle/usr/lib/libpng14.so | $ file -L ~/.eagle/usr/lib/libpng14.so | ||
Baris 40: | Baris 41: | ||
$ make test | $ make test | ||
$ make install | $ make install | ||
− | |||
$ file -L ~/.eagle/usr/lib/libssl.so.1.0.0 | $ file -L ~/.eagle/usr/lib/libssl.so.1.0.0 | ||
$ file -L ~/.eagle/usr/lib/libcrypto.so.1.0.0 | $ file -L ~/.eagle/usr/lib/libcrypto.so.1.0.0 | ||
Baris 53: | Baris 53: | ||
$ make test | $ make test | ||
$ make install | $ make install | ||
− | |||
$ file -L ~/.eagle/usr/lib/libjpeg.so.8 | $ file -L ~/.eagle/usr/lib/libjpeg.so.8 | ||
Revisi terkini pada 1 Februari 2012 10.29
CadSoft PCB Layout Eagle adalah program untuk mendesain board electronic. Eagle tersedia untuk Linux, Mac dan Windows. Eagle versi Linux memerlukan library khusus yang tidak langsung tersedia di IGOS Nusantara, sehingga pengguna harus melakukan kompilasi secara manual.
Daftar isi
1. Pasang paket untuk kompilasi
# yum -y install gcc make # echo Buat pengguna bernama igos # useradd igos # passwd -d igos # exit
Login: igos
$ _
2. Unduh
http://www.ijg.org/files/jpegsrc.v8c.tar.gz http://www.openssl.org/source/openssl-1.0.0f.tar.gz http://sourceforge.net/projects/libpng/files/libpng14/1.4.8/libpng-1.4.8.tar.xz/download
Simpan semua berkas di /home/igos/
3. Kompilasi modul untuk eagle
a. libpng 1.4.8
$ cd /home/igos/ $ tar xJf libpng-1.4.8.tar.xz $ cd libpng-1.4.8 $ ./configure --prefix=/home/igos/.eagle/usr CFLAGS=-m32 $ make check $ make install $ file -L ~/.eagle/usr/lib/libpng14.so
b. libssl 1.0.0
$ cd /home/igos/ $ tar zxf openssl-1.0.0f.tar.gz $ cd openssl-1.0.0f $ ./Configure shared --prefix=/home/igos/.eagle/usr linux-generic32 -m32 $ make $ make test $ make install $ file -L ~/.eagle/usr/lib/libssl.so.1.0.0 $ file -L ~/.eagle/usr/lib/libcrypto.so.1.0.0
c. libjpeg v8
$ cd /home/igos/ $ tar zxf jpegsrc.v8c.tar.gz $ cd jpeg-8c $ ./configure --prefix=/home/igos/.eagle/usr CFLAGS=-m32 $ make $ make test $ make install $ file -L ~/.eagle/usr/lib/libjpeg.so.8
4. Pasang eagle
$ wget ftp://ftp.cadsoft.de/eagle/program/6.1/eagle-lin-6.1.0.run $ export LD_LIBRARY_PATH=/home/igos/.eagle/usr/lib $ sh eagle-lin-6.1.0.run $ /home/igos/eagle-6.1.0/bin/eagle