GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Monday, 18-Nov-2024 21:07:04 JST翠星石翠星石
    in reply to
    • Goalkeeper
    • PalePimp
    • gvs
    • ✙ dcc :pedomustdie: :phear_slackware:
    • ¢нαяℓιє яσσт
    • Tyler
    • Observer/Noticer
    @charlie_root @dcc @Goalkeeper @Volkish_Observer @tyler @PalePimp @gvs >don't consider this batshit insane
    I don't see how it is batshit insane to use a computer properly by using it to compile software.

    If the software is any good, compiling and installing it is as trivial as;
    ./configure <build flags, or just go with the defaults>
    make -j$(nproc)
    sudo make install

    If libraries are missing, configure will tell you what's missing and then you just install the missing libraries.

    It's very easy on Gentoo-libre, as a fair amount of software is packaged and even if it isn't packaged, you just grab the source, install any libraries via emerge and then compile it.

    Sometimes packages sadly use buildsystems instead of GNU autools, but it's usually not that much harder really;
    mkdir build
    cd build
    cmake ..
    make -j$(nproc)
    sudo make install


    You probably shouldn't use computers if you are unable to do something as trivial as compile software that is already written.
    In conversationabout 8 months ago from freesoftwareextremist.compermalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.