mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-08 20:59:59 +00:00
Update INSTALL.md
On some systems (Ubuntu), after doing 'make firefox-install' or 'make chrome-install', the linker can't find libcurl-impersonate. Instruct users to run 'ldconfig' manually after installation to refresh the linker's cache, so it finds libcurl-impersonate in /usr/local/
This commit is contained in:
@@ -43,6 +43,8 @@ sudo make firefox-install
|
|||||||
# Build and install the Chrome version
|
# Build and install the Chrome version
|
||||||
make chrome-build
|
make chrome-build
|
||||||
sudo make chrome-install
|
sudo make chrome-install
|
||||||
|
# You may need to update the linker's cache to find libcurl-impersonate
|
||||||
|
sudo ldconfig
|
||||||
# Optionally remove all the build files
|
# Optionally remove all the build files
|
||||||
cd ../ && rm -Rf build
|
cd ../ && rm -Rf build
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user