diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-05-29 18:48:42 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-05-29 18:48:42 +0000 |
commit | 9e6efb6442b8f8bdaaa91260f83f22b2c3bbcb4d (patch) | |
tree | 083226b1c135cfec50ead6e7797fcc4c0a3be57b /README | |
parent | 7686377ceb6980161c2af79493c6c92704b62317 (diff) | |
download | flac-9e6efb6442b8f8bdaaa91260f83f22b2c3bbcb4d.tar.gz |
add instructions related to assembly
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -30,6 +30,9 @@ forthcoming, but in general, this should work: ./configure ; make ; make install +To disable all assembly optimizations, pass the +--disable-asm-optimizations flag to configure. + ================== Building with MSVC @@ -37,4 +40,8 @@ Building with MSVC There is no overall make system for MSVC but the individual source directories with a 'Makefile.vc' file in them allow -building with MSVC. Just 'nmake /f Makefile.vc'. +building with MSVC. Just 'nmake /f Makefile.vc'. Currently +the Makefile.vc for libFLAC is hardcoded to use nasm. If +you don't have nasm, or don't want any assembly optimizations, +edit the makefile, adding '/D FLAC__NO_ASM' and delete the +rules which compile the .s files. |