Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rarora7777 authored Dec 13, 2018
1 parent 6eb5d91 commit 644ffc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ An example of using the MATLAB interface is given in {Gauss_Root_Dir}/src/Exampl

#### Notes for Visual Studio ####
To build the MATLAB interface using Visual Studio, currnetly you have to manually modify a couple of linker inputs. After building the VS solution using CMake, open it in VS, and go to the linker input for the Gauss_MATLAB project. That is, Gauss_MATLAB (Solution Explorer) > Properties > Linker > Input > Additional Dependencies.
Change `libmx.dylib` to `libmx.lib`, and remove the input `libiomp5.lib`. Now you should be able to build hte MATLAB interface on Windows.
Change `libmx.dll` to `libmx.lib`, and remove the input `libiomp5.dylib`. Now you should be able to build the MATLAB interface on Windows.

0 comments on commit 644ffc4

Please sign in to comment.