Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Big Theta
- 빅세타
- Big-Oh 예제
- Big Omega
- itertools
- 빅오메가
- Big-Oh notation
- homogeneous linear system
- 배열 섞기
- 일차변환
- 코틀린 시작하기
- matrix trnasformations
- solutions of matrix equation
- nontrivial solution
- 이진 탐색
- one-to-one
- matrix fo a linear transformation
- 알고리즘 분석의 실례
- 랜덤 순서 배열
- 코틀린 Hello World!
- linear dependence
- Big-O 예제
- python
- matrix-vector product
- NumPy
- 재귀함수
- recursive algorithms
- 빅오 표기법
- trivial solution
- nonhomogeneous linear system
Archives
- Today
- Total
코딩 연습
(Emacs) pdf-tools-install build failed 본문
반응형
이런 경우에는
~/.emacs.d/.local/straight/build-x/pdf-tools/build/server/autobuild
파일에서
eval "./configure -q $(quote "$prefix") && make clean && make -s || exit_fail"
위 부분을
eval "./configure CXXFLAGS='-std=c++17' -q $(quote "$prefix") && make clean && make -s || exit_fail"
로 바꾸면 된다.
반응형
'잡다한 것들' 카테고리의 다른 글
(Doom Emacs) 폰트 설정하기 (0) | 2022.08.08 |
---|---|
wifi 목록에서 우리집 공유기만 사라졌다. (0) | 2022.06.18 |
spacevim 의 julia layer 에서 recursive mapping 문제 해결 (0) | 2022.01.12 |
neovim 활용법 (0) | 2021.11.18 |
tmux 에서 vim colorscheme 이 이상할 때 (0) | 2021.10.30 |
Comments