当前位置: 首页 > 工具软件 > Praxis > 使用案例 >

Praxis Notiz - Week 1 -Wednesday

束向荣
2023-12-01

Praxis Notiz

Woche 1, Mittwoch, 22.04.2015


1. wget in iOS install: 

download the wget form Internet

TERMINAL: cd Downloads //get into file where you put 

TERMINAL: tar zxvf wget-1.16

TERMINAL: cd wget-1.16

TERMINAL: ./configure

ERROR:  --with-ssl=gnutls was given, but GNUTLS is not available.

SOLUSTION -> TERMINAL: ./configure -with-ssl=openssl

TERMINAL: make

TERMINAL: sudo make install

TERMINAL: [password] input

成功!

2. new project for Android eclipse -> File -> new project

ERROR: javaHL is missing

SOLUTION -> http://subclipse.tigris.org/wiki/JavaHL#head-5ccce53a67ca6c3965de863ae91e2642eab537de 

-> install HomeBrew 

ERROR: Failed to download resource "openssl"

3. learn the mac terminal command: 

http://ss64.com/osx/ 


4. 德语键盘特殊字符 Sonderzeichen für Mac mit Deutsch-tastatur:

sieht Bild unten 


 类似资料:

相关阅读

相关文章

相关问答