Skip to content

Commit

Permalink
web: adds a warning about compiling with MATLAB 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vedaldi committed Dec 8, 2009
1 parent 7a90c06 commit 08c57c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docsrc/compiling.html
Expand Up @@ -76,6 +76,12 @@ <h1 id="compiling.windows">Compiling on Windows</h1>
may need to recompile the mex file due to binary incompatibilities
with older MATLAB versions.</p>

<div class="parbox">
<p><b>MATLAB 7.0 and earlier</b> require recompling the MEX files by
the provided <code>vl_compile</code> command.
</p>
</div>

<h2>Troubleshooting</h2>

<dl>
Expand Down
4 changes: 4 additions & 0 deletions docsrc/index.html
Expand Up @@ -68,6 +68,10 @@ <h2 style="clear:left;">News</h2>
support for Mac OS 10.6 (Snow Leopard) and MATLAB R2009b (32 and 64
bit) have been added
[<a href="http://github.com/vlfeat/vlfeat/commits/v0.9.5">Details</a>].
<blockquote>
<b>MATLAB 7.0</b> and earlier require recompling the MEX files by
the provided <code>vl_compile</code> command.
</blockquote>
</dd>
</dl>

Expand Down
3 changes: 2 additions & 1 deletion docsrc/web.css
Expand Up @@ -266,7 +266,8 @@ pre, code {
}
#content div.parbox p,
#content div.parbox blockquote,
#content div.pargox div.figure
#content div.pargox div.figure,
#content dd blockquote
{
padding-right: 0em ;
}
Expand Down

0 comments on commit 08c57c5

Please sign in to comment.