Giter VIP home page Giter VIP logo

columns_ui's Introduction

Columns UI

http://yuo.be/columns_ui

Build status

Columns UI is released under the Lesser GNU Public Licence (see COPYING and COPYING.LESSER).

To clone the repo and dependencies, download and install Git, and then run:

git clone --recursive https://github.com/reupen/columns_ui.git

This repo makes use of Git submodules. If you're not familiar with them, check out the guide here.

Build instructions

Visual Studio 2015 Update 3 is required to build Columns UI. You can use the free community edition. (If you don't want to install the IDE, you can use the Visual C++ Build Tools and skip to the MSBuild section below.)

You'll need the Windows SDK for Windows 8.1 (installed by default with Visual Studio 2015).

Using the Visual Studio IDE

Open vc14/columns_ui-public.sln in Visual Studio 2015 Update 3. Select the Release configuration and the Win32 platform, and build the solution. If the build is successful, foo_ui_columns.dll will be output in vc14\Release.

Using MSBuild on the command line

You can use MSBuild if you prefer. In a VS2015 Native Tools x86 command prompt, run:

msbuild /m /p:Platform=Win32 /p:Configuration=Release vc14\columns_ui-public.sln

If the build is successful, foo_ui_columns.dll will be output in vc14\Release.

For a clean build, run:

msbuild /m /p:Platform=Win32 /p:Configuration=Release /t:Rebuild vc14\columns_ui-public.sln

Using the Clang compiler (experimental)

If you're feeling adventurous, you can compile Columns UI using Clang 4.0.0 or newer and MSBuild. Download and install a release build or a snapshot build (older snapshot builds) from the LLVM website. In a VS2015 Native Tools x86 command prompt, run:

msbuild /m /p:PlatformToolset=LLVM-vs2014 /p:Platform=Win32 /p:Configuration=Release /t:Rebuild vc14\columns_ui-public.sln

columns_ui's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.