wireshark/plugins/easy_codec/ReadMe.txt
Graham Bloice 528a857258 Fix CMake generation and use of Windows .rc files
CMake now generates local copies of .rc files for all the Windows
components and uses the files in the build of the components.

The .rc.in files that include an icon were modified to allow the icon
path to be set by CMake.  The path is removed for nmake builds.

Updated build architecture detection, required for wireshark.manifest.in

Change-Id: I7b1ff43050e9b0efb861d1041636fb4aef49a4f8
Reviewed-on: https://code.wireshark.org/review/6482
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
2015-01-11 20:22:32 +00:00

15 lines
300 B
Text

Instructions on compiling the Easy Codecs
=========================================
1. Download the codec files from www.ImTelephone.com and install them in the following subdirectories.
EasyG722
EasyG7231
EasyG729A
2. Build plugin.
Win32: nmake -f makefile.nmake
Linux: TO DO
CMake: TO DO