Changeset fadc861f in Renga


Ignore:
Timestamp:
Jan 3, 2024, 7:32:54 PM (5 months ago)
Author:
PulkoMandy <pulkomandy@…>
Branches:
main
Children:
9f2a6f3
Parents:
6b83632
Message:

Update compiling instructions.

Changes suggested by Amit Bora.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • COMPILING.md

    r6b83632 rfadc861f  
    44============
    55
    6     pkgman install gloox_x86_devel
     6For 32-bit x86 systems:
     7
     8    pkgman install gloox_x86_devel libcss_devel
     9
     10For other architectures:
     11
     12    pkgman install gloox_devel libcss_devel
    713
    814Building
     
    1218this should work without problems:
    1319
    14     setarch x86
     20    setarch x86 # For 32-bit x86 machines only
    1521    mkdir build
    16         cd build
    17         cmake ..
    18         make
     22    cd build
     23    cmake ..
     24    make
Note: See TracChangeset for help on using the changeset viewer.