소스 검색

Update and rename INSTALL to INSTALL.md

pull/59/head
TranPhucVinh 6 년 전
committed by GitHub
부모
커밋
53e6fd93cb
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일8개의 추가작업 그리고 3개의 파일을 삭제
  1. +8
    -3
      INSTALL.md

INSTALL → INSTALL.md 파일 보기

@@ -4,7 +4,9 @@ How to install wiringPi

The easiest way is to use the supplied 'build' script:

```
./build
```

that should do a complete install or upgrade of wiringPi for you.

@@ -13,22 +15,25 @@ That will install a dynamic library.
Some distributions do not have /usr/local/lib in the default LD_LIBRARY_PATH. To
fix this, you need to edit /etc/ld.so.conf and add in a single line:

/usr/local/lib
``/usr/local/lib``

then run the ldconfig command.

sudo ldconfig
``sudo ldconfig``

If you want to install a static library, you may need to do this manually:

```
cd wiringPi
make static
sudo make install-static
```

To un-install wiringPi:

```
./build uninstall
```

Gordon Henderson


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