<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
code
        {mso-style-priority:99;
        font-family:"Courier New";}
pre
        {mso-style-priority:99;
        mso-style-link:"Préformaté HTML Car";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.PrformatHTMLCar
        {mso-style-name:"Préformaté HTML Car";
        mso-style-priority:99;
        mso-style-link:"Préformaté HTML";
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=FR-BE link=blue vlink=purple><div class=WordSection1><p>Hello,<o:p></o:p></p><p>I'm struggling with how to add v8 support in MapServer.<o:p></o:p></p><p>I found <a href="http://mapserver.org/installation/v8.html">http://mapserver.org/installation/v8.html</a> but the install instructions for v8 are now different : <a href="https://github.com/v8/v8/wiki/Building-from-Source">https://github.com/v8/v8/wiki/Building-from-Source</a>.<o:p></o:p></p><p>I successfully compiled v8 following the <a href="https://github.com/v8/v8/wiki/Building-from-Source">instructions</a> ;<br>But I have no idea now how to compile MapServer with v8 support ;<br>I ran this command :<o:p></o:p></p><pre><code>cmake -DWITH_V8=yes ..<o:p></o:p></code></pre><p>but as excepted, I have this error : <code><span style='font-size:10.0pt'>V8 JavaScript support requested but not found.</span></code> !<o:p></o:p></p><p>I try to install the v8 library and include headers as defined in <a href="http://mapserver.org/installation/v8.html">MapServer documentation</a> but I couldn't find the <code><span style='font-size:10.0pt'>libv8.so</span></code> file.<o:p></o:p></p><p>Could someone help me or update the <a href="http://mapserver.org/installation/v8.html">documentation</a> ?<br>Thanks a lot !<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Jonathan Beliën<o:p></o:p></p><p class=MsoNormal>GEO-6<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>