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

CMake build system support #17

Merged
merged 7 commits into from
Dec 4, 2017
Merged

Commits on Oct 19, 2017

  1. Configuration menu
    Copy the full SHA
    aab39a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6fe7c View commit details
    Browse the repository at this point in the history
  3. README.md: use more standard conform syntax [minor]

    This allows for easy copy&paste of build instructions,
    and also generates nice output with pandoc now.
    You may test that with:
    
        pandoc -f markdown -t HTML README.md > README.html
    hoijui committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    38647dd View commit details
    Browse the repository at this point in the history
  4. add support to build with CMake (a meta build system)

    use like this:
    
    	mkdir -p build
    	cd build
    	cmake ..
    	# or
        	#cmake -DCMAKE_INSTALL_PREFIX=/usr ..
    	make
    hoijui committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    9fffb25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8cb0fd View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    c306e95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc9d2f View commit details
    Browse the repository at this point in the history