Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giofantuzzi committed Jan 18, 2017
1 parent de69201 commit d9c2b53
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,25 @@ In MATLAB, run
to check if YALMIP finds SDPA - if so, you have SDPA-M installed.


#### Setup (default SDPA-GMP location)
#### Setup

This setup assumes that the SDPA-GMP executable binary file (`sdpa_gmp`) is
The following instructions assume that the SDPA-GMP executable binary file
(`sdpa_gmp`) is
installed in `/usr/local/bin/`. This should be the case if you issued the command
`make install` after compiling SDPA-GMP.

In this case, add SDPA-GMP to YALMIP by running

>> install_sdpa_gmp

Please ignore any compilation warnings that might be displayed.
If you have installed SDPA-GMP in another location, you should be able to add it
to YALMIP by running

>> install_sdpa_gmp('path/to/sdpa/gmp')

where `'path/to/sdpa/gmp'` is the path to your SDPA-GMP installation.

**Note:** please ignore any compilation warnings that might be displayed.


## Licence<a name="Licence"></a>
mpYALMIP is free software: you can redistribute it and/or modify it
Expand Down

0 comments on commit d9c2b53

Please sign in to comment.