Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Nov 26, 2016
1 parent e1c9697 commit cc18bc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ page.
``cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=".\taglib-install"``
to generate the Visual Studio project files.
#. Type ``msbuild INSTALL.vcxproj /p:Configuration=Release`` which
will "install" taglib into the ``install`` subdirectory.
will "install" taglib into the ``taglib-install`` subdirectory.

#. Still in the VS2015 command prompt, navigate to the pytaglib
directory.
#. Tell pytaglib where to find taglib:
``set TAGLIB_HOME=C:\Path\To\Taglib\install``
``set TAGLIB_HOME=C:\Path\To\taglib-install``
#. Build pytaglib: ``python setup.py build`` and install:
``python setup.py install``

Expand Down
14 changes: 7 additions & 7 deletions src/taglib.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc18bc0

Please sign in to comment.