Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 154 in downloads for linux


Ignore:
Timestamp:
Oct 12, 2018, 8:50:52 AM (6 years ago)
Author:
bucyril
Message:

optimized boost build

Location:
linux/flatpak
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • linux/flatpak

    • Property svn:ignore set to
      build
  • linux/flatpak/net.orxonox.Orxonox.json

    r152 r154  
    3131        {
    3232            "name": "boost",
     33            "buildsystem": "simple",
     34            "build-commands": [
     35                "./bootstrap.sh --prefix=/app --with-libraries=date_time,filesystem,thread",
     36                "./b2 --with-date_time --with-filesystem --with-thread link=static threading=multi variant=release install"
     37            ],
    3338            "sources": [
    3439                {
     
    3641                    "path": "deps/boost_1_68_0.tar.bz2",
    3742                    "sha256": "7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7"
    38                 },
    39                 {
    40                     "type": "file",
    41                     "path": "res/boost-configure",
    42                     "dest-filename": "configure"
    4343                }
    4444            ]
Note: See TracChangeset for help on using the changeset viewer.