Giter Club home page Giter Club logo

libiconv-for-windows's Introduction

libiconv for Windows


MSBuild

The libiconv library for Windows (via the Microsoft Visual C/C++ Compiler (MSVC)) based on GNU libiconv.

Solution file updated to Visual Studio 2022 only.

Version

libiconv library version 1.17

How To Build

  1. Download and install Visual Studio 2022 Community Edition.
    • If applicable, use another accompanying edition for Visual Studio 2022 (e.g. Professional, Enterprise, etc.).
    • (Required) Ensure to select the "Desktop development with C++" component from the "Visual Studio Installer" to get all the x86 and x64 build tools.
  2. (Optional) For compiling ARM64 builds, ensure to also install the "MSVC v### - VS 2022 C++ ARM64 build tools (latest)" individual component from the Visual Studio Installer (where '###' is the current version of MSVC).
    • The "Visual Studio Installer" can be launched by typing this name into the Windows search on Windows 11.
  3. Clone this repository and open up the Liblconv.sln project file in Visual Studio.
  4. Select the architecture (e.g. ARM64, x64, x86) and configuration (e.g. Release, ReleaseStatic, Debug, DebugStatic) to build for.
  5. From the "Build" menu, click on "Build Solution."
  6. Wait for the build to finish. When finished, ensure that the build was successful.

Supported Builds

Architecture(s) Configuration(s) Comment(s)
Win32 Release The release dynamic linked-library (DLL) and static library (LIB).
ReleaseStatic The release static library (LIB) only.
Debug The debug dynamic linked-library (DLL) and static library (LIB).
DebugStatic The debug static library (LIB) only.
x64 Release The release dynamic linked-library (DLL) and static library (LIB).
ReleaseStatic The release static library (LIB) only.
Debug The debug dynamic linked-library (DLL) and static library (LIB).
DebugStatic The debug static library (LIB) only.
ARM64 Release The release dynamic linked-library (DLL) and static library (LIB).
ReleaseStatic The release static library (LIB) only.
Debug The debug dynamic linked-library (DLL) and static library (LIB).
DebugStatic The debug static library (LIB) only.

Licensing

Refer to the GNU license provided by libiconv LGPL3.0.

libiconv-for-windows's People

Contributors

pffang avatar olegchir avatar propelleddog avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.