1
0
mirror of https://github.com/takeshixx/redstar-tools synced 2025-07-17 20:43:21 +00:00
Files
redstar-tools/libos/README.md
2015-12-27 13:12:22 +01:00

323 B

libos

libos.so.0.0.0 is the original libos file from Red Star OS 3.0 Desktop.

Compile custom libos

  1. gcc -c -Wall -Werror -fpic libos.c
  2. gcc -shared -o libos.so.0.0.0 libos.o

Install custom libos

  1. Move new libos.so.0.0.0 to /usr/lib/libos.so.0.0.0
  2. Link /usr/lib/libos.so.0.0.0 to /usr/lib/libos.so.0