Merge pull request #10 from c72578/2019-01-03_Add_build_instructions

Add build instructions to README.md
This commit is contained in:
Grigory Chudov
2019-01-12 16:21:57 -05:00
committed by GitHub

View File

@@ -3,4 +3,20 @@ CUETools is a tool for lossless audio/CUE sheet format conversion. The goal is t
# Supported formats
Supports WAV, FLAC, APE, LossyWAV, ALAC, TTA, and WavPack audio input/output. Audio must be 16-bit, 44.1kHz samples stereo (i.e. CD PCM). Supports every CUE sheet style (embedded, single file, gaps appended/prepended/left out). It is also possible to process a set of audio files in a directory without a CUE sheet, or use a RAR archive as an input without unpacking it.
# CUERipper
CUERipper is an utility for extracting digital audio from CDs, an open-source alternative to EAC. It has a lot fewer configuration options, so is somewhat easier to use, and is included in CUETools package. It supports MusicBrainz and freeDB metadata databases, AccurateRip and CTDB.
CUERipper is a utility for extracting digital audio from CDs, an open-source alternative to EAC. It has a lot fewer configuration options, so is somewhat easier to use, and is included in CUETools package. It supports MusicBrainz and freeDB metadata databases, AccurateRip and CTDB.
# Installing
Prebuilt binaries can be downloaded from [CUETools Download](http://cue.tools/wiki/CUETools_Download).
## Installing from sources
* Get the CUETools sources from GitHub ([https://github.com/gchudov/cuetools.net](https://github.com/gchudov/cuetools.net)):
`git clone https://github.com/gchudov/cuetools.net.git`
* Get the required submodules using:
`git submodule update --init --recursive`
* Get the FFmpeg.AutoGen sources from GitHub ([https://github.com/Ruslan-B/FFmpeg.AutoGen](https://github.com/Ruslan-B/FFmpeg.AutoGen)):
`git clone https://github.com/Ruslan-B/FFmpeg.AutoGen.git`
* The solution can be built using Microsoft Visual Studio 2017 (Community Edition will work)
* Install the required .NET framework development tools (currently 4.7)
* Install an appropriate Windows SDK version (currently 10.0.16299.0)
* Install the Microsoft Visual Studio Installer Projects
* Open cuetools.net\CUETools\CUETools.sln
* Select 'Any CPU' under 'Solution Platforms'
* Build solution