File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ are archived as part of Cbc
7575 ```
7676 * Fedora/Redhat/CentOS:
7777 ```
78- $ sudo yum install coin-or-CoinUtils coin-or-CoinUtils-devel
78+ $ sudo dnf install coin-or-CoinUtils coin-or-CoinUtils-devel
7979 ```
8080 * freebsd:
8181 ```
@@ -92,15 +92,15 @@ are archived as part of Cbc
9292 $ brew install coin-or-tools/coinor/coinutils
9393 ```
9494
95- * *conda* (cross-platform, no Windows for now ):
95+ * *conda* (cross-platform):
9696 ```
97- $ conda install coin-or-coinutils
97+ $ conda install coin-or-utils
9898 ```
9999
100100Due to license incompatibilities, pre-compiled binaries lack some
101101functionality. If binaries are not available for your platform for the latest
102102version and you would like to request them to be built and posted, feel free
103- to let us know on the mailing list .
103+ to open a discussion on Github .
104104
105105### Source
106106
@@ -156,7 +156,7 @@ make install
156156
157157If you have `Doxygen` available, you can build a HTML documentation by typing
158158
159- `make doxygen-docs `
159+ `make doxydoc `
160160
161161in the build directory. If CoinUtils was built via `coinbrew`, then the build
162162directory will be `./build/CoinUtils/master` by default. The doxygen documentation main file
You can’t perform that action at this time.
0 commit comments