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 | 29 | 30 | 31 |
Tags
- Big-Oh notation
- matrix trnasformations
- recursive algorithms
- 코틀린 Hello World!
- homogeneous linear system
- 알고리즘 분석의 실례
- Big Omega
- 일차변환
- Big Theta
- one-to-one
- nontrivial solution
- trivial solution
- includepdf
- linear dependence
- NumPy
- 랜덤 순서 배열
- 페이지 겹칩
- Big-O 예제
- matrix fo a linear transformation
- 이진 탐색
- nonhomogeneous linear system
- itertools
- 빅오메가
- 빅오 표기법
- 배열 섞기
- 재귀함수
- 빅세타
- python
- 코틀린 시작하기
- Big-Oh 예제
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