File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1818        run : | 
1919          sudo apt-get update 
2020          sudo apt-get install -y --no-install-recommends \ 
21+             pkg-config \ 
2122            clang \ 
2223            build-essential \ 
2324            cmake \ 
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ C++-to-Rust bindings for [Valhalla](https://github.com/valhalla/valhalla) to acc
77As Valhalla heavilly relies on system libraries, you need to install the following dependencies to build this project:
88
99``` sh 
10- sudo apt-get update &&  sudo apt-get install -y --no-install-recommends clang build-essential cmake libboost-dev liblz4-dev libprotobuf-dev protobuf-compiler zlib1g-dev
10+ sudo apt-get update &&  sudo apt-get install -y --no-install-recommends clang pkg-config  build-essential cmake libboost-dev liblz4-dev libprotobuf-dev protobuf-compiler zlib1g-dev
1111``` 
1212
1313## License  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments