forked from Elara6331/pcre
		
	Add CI status badge to README
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
			
		||||
# pcre
 | 
			
		||||
 | 
			
		||||
[](https://pkg.go.dev/go.elara.ws/pcre)
 | 
			
		||||
[](https://ci.elara.ws/49)
 | 
			
		||||
 | 
			
		||||
This package provides a CGo-free port of the PCRE2 regular expression library. The [lib](lib) directory contains source code automatically translated from PCRE2's C source. This package wraps that code and provides an interface as close as possible to Go's stdlib [regexp](https://pkg.go.dev/regexp) package
 | 
			
		||||
 | 
			
		||||
@@ -50,4 +51,4 @@ CC=/usr/bin/gcc ccgo -o pcre2_<os>_<arch>.go -pkgname lib -trace-translation-uni
 | 
			
		||||
 | 
			
		||||
- If cross-compiling, set the `CCGO_CC` variable to to path of the cross-compiler, and the `CCGO_AR` variable to the path of the cross-compiler's `ar` binary. Also, set `TARGET_GOARCH` to the GOARCH you're targeting and `TARGET_GOOS` to the OS you're targeting.
 | 
			
		||||
 | 
			
		||||
- Once the command completes, two go files will be created. One will start with `pcre2`, the other with `capi`. Copy both of these to the `lib` directory in this repo.
 | 
			
		||||
- Once the command completes, two go files will be created. One will start with `pcre2`, the other with `capi`. Copy both of these to the `lib` directory in this repo.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user