diff --git a/README.md b/README.md index 59e4216..8eb0124 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ https://github.com/LeMaker/RPi.GPIO_BP. sudo apt-get update sudo apt-get install python-dev cd /RPi.GPIO_BP - python setup.py install + CFLAGS="-fcommon" python setup.py install sudo python setup.py install Please be attention that you need use both python and sudo pytohn to make the RPi.GPIO_BP work well.