Giter Site home page Giter Site logo

hbelusca / serenity-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from malxau/serenity

0.0 1.0 0.0 62 KB

Serenity Audio Player is a simple, clean and lightweight Windows audio player.

License: GNU General Public License v2.0

Makefile 4.14% Batchfile 0.45% NSIS 1.73% C 93.22% C++ 0.47%

serenity-1's Introduction

Serenity Audio Player

Serenity Audio Player is a simple, clean and lightweight audio player. It uses Windows codecs without a hefty interface.

License

This software is licensed under the terms of the GPL Version 2 license.

System Requirements

To run Serenity binaries, you need Windows NT 4 or newer. Note that Windows 95/98/Me are not supported by precompiled binaries.

To compile from source, you need Visual C++, version 4 or newer. Free versions of Visual C++ are included in the Visual C++ Build Tools, Windows SDK 7.1 (2010), or Windows SDK 7.0 (2008).

Build instructions

  1. Open a command prompt to your version of Visual C++ and set up your environment.
  2. Unpack and enter the serenity source tree.
  3. Most of the time, just run "nmake".

Compilation options

Compilation options can be used by passing arguments to NMAKE.

Option Definition
DEBUG= Enable debug code. Valid values are 0 (disabled) or 1 (enabled.) Default is 0.
MINICRT= Compile against Minicrt rather than Msvcrt. Valid values are 0 (disabled) or 1 (enabled.) If 1, minicrt.h and minicrt.lib must be in %INCLUDE% and %LIB% respectively. An alternative way to use Minicrt is to extract it into a crt subdirectory within the serenity directory, and it will be used automatically. Default is 0.
MSVCRT_DLL= Compile against the shared, DLL C runtime library, or the static version. Valid values are 0 (static C runtime), or 1 (shared C runtime.) Default is 1.
UNICODE= Compile a Unicode or ANSI version of the binary. Unicode is more useful on NT, but ANSI is required to run on Windows 95. Valid values are 1 (Unicode) or 0 (ANSI.) Default is 1.

serenity-1's People

Contributors

malxau avatar

Watchers

James Cloos 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.