Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 859 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 859 Bytes

Remake of the Portal game credits ('Still Alive' song)

Screenshot:

Screenshot

Full video:

Video

Dependencies:

Build dependencies:

  • gcc-compatible compiler (like clang)
  • objcopy
  • pkg-config
  • make

How to build:

  1. Download and build the station-app

    • configure with the recommended flags: ./configure -aoACSM
    • build: ninja -v
    • build/libstation-app.a will be built
  2. Build this project

    • you may need to edit value of STATION_PATH in Makefile, it must be a path to the directory containing station-app.pc file
    • build: make
    • still-alive will be built

How to run:

$ ./still-alive