boostorg / boostorg/boost

Can we create boost-config

Đang mở
#548 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
HTML
Star
8.6k
Fork
1.9k
Merge trung bình
39 phút
Pull request đã merge (30 ngày)
2

Mô tả

Similar to many other packages (eg: curl, krb5, pcre, xml2, xslt etc..), can we also ship boost-config that would provide the installation options ?

We can probably start with something like this ?

```
$ /usr/bin/boost-config --help
Usage: boost-config [ options ]

Options:
--cflags print compiler options
--ldflags print linker options
--prefix print the boost prefix
--version print the boost version
--help print this usage summary

$ /usr/bin/boost-config --version
1.66.0
$ /usr/bin/boost-config --cflags
-I/usr/include
$ /usr/bin/boost-config --ldflags
-L/usr/lib64 -Wl,-R/usr/lib64
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.