Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build windows installer package #365

Closed
rcurtin opened this issue Dec 31, 2014 · 12 comments
Closed

Build windows installer package #365

rcurtin opened this issue Dec 31, 2014 · 12 comments

Comments

@rcurtin
Copy link
Member

rcurtin commented Dec 31, 2014

Reported by speet3 on 8 Aug 2011
Either NSIS or MSI, NSIS has a nice linux compiler, and MSI is the Microsoft supported installer format. In either case, the result needs to be published, probably in a similar location to the source tarball.

@thirdwing
Copy link
Contributor

Do you have the requirement for MSI or exe format? Maybe I can give a try this weekend.

@rcurtin
Copy link
Member Author

rcurtin commented Jan 9, 2015

On Thu, Jan 08, 2015 at 03:40:46PM -0800, Qiang Kou (KK) wrote:

Do you have the requirement for MSI or exe format? Maybe I can give a try this weekend.

Doesn't matter to me. The goal would just be a Windows installer of
some sort that installs the mlpack executables (allknn, emst, etc.) and
the headers to somewhere on the system. This will help a lot of people
who want to use mlpack on Windows. Let me know if I can help out or
throw any hardware at it or something. :)

Ryan Curtin | "Where we're going, we won't need eyes to see."
ryan@ratml.org | - Dr. Weir

@thirdwing
Copy link
Contributor

OK. I will try this or next weekend. I have used Inno setup to package software several times before. There shouldn't be much problem.

rcurtin added a commit that referenced this issue Mar 6, 2015
… This

bound seems to actually perform better than the bound used for 1.0.8; however,
it is slightly slower.  This is likely due to the more complex TraversalInfo
structure; so, that bug should be solved by the traverser and not in the rules,
it seems.
@II-Matto
Copy link

II-Matto commented Sep 2, 2015

I was wondering if there are windows installers now?

@thirdwing
Copy link
Contributor

@II-Matto
Copy link

II-Matto commented Sep 2, 2015

Many thanks! I just installed it, and found there is only *.a file. I guess this is compiled with mingw and cannot be used in visual studio?

@thirdwing
Copy link
Contributor

Yes. This is compiled using MinGW-w64.

If you want to use it with VS, you probably need to compile it by yourself.

On Wed, Sep 2, 2015 at 10:44 AM, II-Matto notifications@github.com wrote:

Many thanks! I just installed it, and found there is only *.a file. I
guess this is compiled with mingw and cannot be used in visual studio?


Reply to this email directly or view it on GitHub
#365 (comment).

Qiang Kou
qkou@umail.iu.edu
School of Informatics and Computing, Indiana University

@II-Matto
Copy link

II-Matto commented Sep 2, 2015

@thirdwing I just found the *.lib files which possibly can be used in visual studio. though they target only x86 platform. I will try to compile a x86 version with visual studio 2013.

@thirdwing
Copy link
Contributor

Good luck! If you can compile and it works, you should share the project file and write down how to do it.

@II-Matto
Copy link

II-Matto commented Sep 4, 2015

@thirdwing I have successfully build mlpack for x86 platform with Visual Studio 2013 and Intel C++ 15.0. I am preparing an article for it, and I will try to finish it within next week.

@II-Matto
Copy link

@thirdwing Somehow I made it to build mlpack for x64 platform with Visual Studio 2012 and Intel C++ 15.0. I will try to share the process and relevant files later. Too much work to do recently.

@rcurtin
Copy link
Member Author

rcurtin commented Sep 6, 2018

Finally closed after over seven years! Now that is a nice feeling. Thanks @gmanlan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants