사용자 도구

사이트 도구


termux

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
termux [2016/11/14 13:25] – 만듦 rex8312termux [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 ====== Termux ====== ====== Termux ======
 +
 +  apt update
 +  apt install pkg-config
 +  apt install clang 
 +  apt install python 
 +  apt install python-dev
 +  apt install fftw
 +  
 +  LDFLAGS=" -lm -lcompiler_rt" pip install numpy
 +  LDFLAGS=" -lm -lcompiler_rt" pip install pandas
 +  LDFLAGS=" -lcompiler_rt" pip install matplotlib
 +  LDFLAGS=" -lcompiler_rt" pip install cython
 +  LDFLAGS=" -lcompiler_rt" pip install bokeh
 +
 +
  
   * numpy 설치   * numpy 설치
     * https://github.com/termux/termux-packages/issues/136     * https://github.com/termux/termux-packages/issues/136
 +
 +
 +{{tag>terminal console android}}
termux.1479129908.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)