home Forums # Technical Support Compiling with Clang

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2326
    Unknown
    Member

    Hello,

    I’m trying to compile fuzzylite using Clang, but basic question. How do I compile without NMake? because I don’t have VS installed.

    Best regards,
    Karthik

    #2327

    Hi,

    thanks for your post.

    In windows, you can download for free Visual Studio. After that, you can run the build.bat to compile fuzzylite. I have not compiled fuzzylite using anything different than nmake. Is there any reason you do not want to use nmake?

    Cheers

    #2329
    Unknown
    Member

    Yeah, because VS express takes about 12GB of HDD space. To have VS just to have nmake seems like a overkill.

    Moreover, Microsoft is pushing Community Edition over Express Edition and Community Edition can’t be used within large corporations. So, yeah unless I really need VS like developing .NET apps or something, I’d rather stay away from VS.

    Best regards,
    Karthik

    #2330

    I understand. Can you tell me a bit more about the environment that you are using? I compile fine using cmake and clang under linux and macosx, but have never tried on windows.

    You could start by looking at the options cmake --help has to automatically build a project. If none are with clang, try googling how to create a clang project from cmake. I think it is much easier if you create a project using cmake.

    Let me know how it goes.

    Cheers.

    #2331
    Unknown
    Member

    Sure. Will do.

    Best regards,
    Karthik

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.