mirror of https://github.com/OISF/suricata
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			456 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			20 lines
		
	
	
		
			456 B
		
	
	
	
		
			YAML
		
	
extraction:
 | 
						|
  cpp:
 | 
						|
    prepare:
 | 
						|
      packages:
 | 
						|
        - cargo
 | 
						|
        - libssl-dev
 | 
						|
        - rustc
 | 
						|
        - libpcre2-dev
 | 
						|
        - libyaml-dev
 | 
						|
        - libjansson-dev
 | 
						|
        - libnuma-dev
 | 
						|
        - libpcap-dev
 | 
						|
    after_prepare:
 | 
						|
      - git clone --depth 1 https://github.com/OISF/libhtp.git
 | 
						|
      - cargo install cbindgen
 | 
						|
      - export PATH=/opt/work/.cargo/bin:$PATH
 | 
						|
      - chmod +x autogen.sh
 | 
						|
      - ./autogen.sh
 | 
						|
      - ./configure
 | 
						|
      - make |