Changeset 155 in downloads
- Timestamp:
- Oct 12, 2018, 2:37:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
linux/flatpak/net.orxonox.Orxonox.json
r154 r155 31 31 { 32 32 "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 ],38 33 "sources": [ 39 34 { … … 41 36 "path": "deps/boost_1_68_0.tar.bz2", 42 37 "sha256": "7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7" 43 } 38 }, 39 { 40 "type": "file", 41 "path": "res/boost-configure", 42 "dest-filename": "configure" 43 } 44 44 ] 45 45 },
Note: See TracChangeset
for help on using the changeset viewer.