[llvm-dev] Windows installer

4 views
Skip to first unread message

Rinaldini Julien via llvm-dev

unread,
Jan 11, 2016, 4:15:31 AM1/11/16
to llvm...@lists.llvm.org
Hi,

Is there any documentation on how the Windows installer available at http://llvm.org/builds/ is generated ?
I’m trying to do it myself, but I can’t find any information on this.

Cheers,
Julien
_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev

Ismail Donmez via llvm-dev

unread,
Jan 11, 2016, 4:19:19 AM1/11/16
to Rinaldini Julien, llvm...@lists.llvm.org
On Mon, Jan 11, 2016 at 11:15 AM, Rinaldini Julien via llvm-dev
<llvm...@lists.llvm.org> wrote:
> Hi,
>
> Is there any documentation on how the Windows installer available at http://llvm.org/builds/ is generated ?
> I’m trying to do it myself, but I can’t find any information on this.

Assuming that you use the ninja build system. Just install nsis2
(http://nsis.sourceforge.net/Main_Page) and make sure "nsis" command
is in your %PATH% , calling ninja package will create the installer.

Rinaldini Julien via llvm-dev

unread,
Jan 11, 2016, 9:23:12 AM1/11/16
to llvm...@lists.llvm.org
Thanks a lot, it worked perfectly!

Cheers,
Julien

Hans Wennborg via llvm-dev

unread,
Jan 12, 2016, 12:22:38 PM1/12/16
to Ismail Donmez, llvm...@lists.llvm.org
On Mon, Jan 11, 2016 at 1:18 AM, Ismail Donmez via llvm-dev
<llvm...@lists.llvm.org> wrote:
> On Mon, Jan 11, 2016 at 11:15 AM, Rinaldini Julien via llvm-dev
> <llvm...@lists.llvm.org> wrote:
>> Hi,
>>
>> Is there any documentation on how the Windows installer available at http://llvm.org/builds/ is generated ?
>> I’m trying to do it myself, but I can’t find any information on this.
>
> Assuming that you use the ninja build system. Just install nsis2
> (http://nsis.sourceforge.net/Main_Page) and make sure "nsis" command
> is in your %PATH% , calling ninja package will create the installer.

And if you want to build it exactly like the official snapshots, look
at the script in utils/release/build_llvm_package.bat

Cheers,
Hans

Reply all
Reply to author
Forward
0 new messages