TileDB-Inc/bzip2-windows

Name: bzip2-windows

Owner: TileDB, Inc.

Description: Repository for bzip2 Windows builds (dependency of TileDB on Windows)

Created: 2017-12-29 16:19:07.0

Updated: 2018-01-05 17:54:37.0

Pushed: 2018-02-14 15:21:29.0

Homepage: null

Size: 766

Language: C

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

bzip2-windows

Repository for bzip2 Windows builds (dependency of TileDB on Windows).

The source is unmodified from the official sources, but we have added the required files for building with CMake.

To build

  1. Open PowerShell. Ensure the CMake bin directory is in your PATH. For example, if you have Visual Studio 2017 Community Edition installed, use the following:

    $env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin"
    
  2. Execute the following commands:

    cd bzip2-VERSION
    mkdir build
    cd build
    cmake ..
    cmake --build .
    

This will build both a shared and static version of the bzip2 library.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.