[pyar] Compilar pytaglib con Visual Studio C++
Marian
mavignau en gmail.com
Vie Dic 15 11:02:48 ART 2017
*Necesito instalar en Windows 7 la siguiente librería:*
*https://pypi.python.org/pypi/pytaglib
<https://pypi.python.org/pypi/pytaglib>*
*El Procedimiento es :*
1. Install Microsoft Visual Studio 2015 Community Edition
<https://www.visualstudio.com/downloads/download-visual-studio-vs>. In
the installation process, be sure to enable C/C++ support.
2. Download and build taglib:
1. Download the current taglib release
<https://github.com/taglib/taglib/releases> and extract it somewhere
on your computer.
2. Start the VS2015 x64 Native Tools Command Prompt. On Windows 8/10,
it might not appear in your start menu, but you can find it here:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Visual Studio
2015\Visual Studio Tools\Windows Desktop Command Prompts
3. Navigate to the extracted taglib folder and type: cmake -G "Visual
Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=".\taglib-install" to
generate the Visual Studio project files.
4. Type msbuild INSTALL.vcxproj /p:Configuration=Release which will
“install” taglib into the taglib-install subdirectory.
3. Still in the VS2015 command prompt, navigate to the pytaglib
directory.
4. Tell pytaglib where to find taglib: set
TAGLIB_HOME=C:\Path\To\taglib-install
5. Build pytaglib: python setup.py build and install: python setup.py
install
No encuentro cómo ejecutar las órdenes de los puntos 2.3 y 2.4
Muchas gracias
--
Marian
"La función de un buen software es hacer que lo complejo aparente ser
simple " Grady Booch
____________________________
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20171215/f7830e99/attachment.html>
Más información sobre la lista de distribución pyar