소스 검색

Makefile option to compile with PCRE lib

Command: make O_PCRE=1 strip
master
Arun Prakash Jana 5 년 전
부모
커밋
1684d7b24e
No known key found for this signature in database GPG 키 ID: A75979F35C080412
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -0
      Makefile
  2. +1
    -1
      README.md

+ 5
- 0
Makefile 파일 보기

@@ -37,6 +37,11 @@ else
LDLIBS += -lreadline
endif

ifeq ($(O_PCRE),1)
CPPFLAGS += -DPCRE
LDLIBS += -lpcre
endif

ifeq ($(O_NOLOC),1)
CPPFLAGS += -DNOLOCALE
endif


+ 1
- 1
README.md 파일 보기

@@ -58,7 +58,7 @@ It runs smoothly on the Pi, [Termux](https://www.youtube.com/watch?v=AbaauM7gUJw
- CD on quit (*easy* shell integration)
- Search
- Instant filtering with *search-as-you-type*
- Regex and substring (default) matches
- Regex (POSIX/PCRE) and string (default) filters
- Subtree search plugin to open or edit files
- Sort
- Ordered pure numeric names by default (visit _/proc_)


불러오는 중...
취소
저장