Skip to content

Instantly share code, notes, and snippets.

@dalinaum
Created November 11, 2015 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalinaum/eec03ef2608b681760ec to your computer and use it in GitHub Desktop.
Save dalinaum/eec03ef2608b681760ec to your computer and use it in GitHub Desktop.
sh build.sh install
Using existing configuration in src/config.mk:
REALM_VERSION = 0.94.4-117-g0b0f1cf
INSTALL_PREFIX = /usr/local
INSTALL_EXEC_PREFIX = /usr/local
INSTALL_INCLUDEDIR = /usr/local/include
INSTALL_BINDIR = /usr/local/bin
INSTALL_LIBDIR = /usr/local/lib
INSTALL_LIBEXECDIR = /usr/local/libexec
MAX_BPNODE_SIZE = 1000
MAX_BPNODE_SIZE_DEBUG = 1000
ENABLE_ASSERTIONS = yes
ENABLE_ALLOC_SET_ZERO = no
ENABLE_ENCRYPTION = no
XCODE_HOME = /Applications/Xcode.app/Contents/Developer
IPHONE_SDKS = iPhoneOS:iPhoneOS9.1.sdk:armv7,armv7s,arm64 iPhoneSimulator:iPhoneSimulator9.1.sdk:i386,x86_64
IPHONE_SDKS_AVAIL = yes
WATCHOS_SDKS = WatchOS:WatchOS2.0.sdk:armv7k WatchSimulator:WatchSimulator2.0.sdk:i386
WATCHOS_SDKS_AVAIL = yes
TVOS_SDKS = AppleTVOS:AppleTVOS9.0.sdk:arm64 AppleTVSimulator:AppleTVSimulator9.0.sdk:x86_64
TVOS_SDKS_AVAIL = yes
ANDROID_NDK_HOME = /usr/local/Cellar/android-ndk-r10d/r10d/
make[1]: Entering directory `/Users/dalinaum/project/realm-core/src'
install -d /usr/local/include/
install -m 644 realm.hpp /usr/local/include
make[1]: Entering directory `/Users/dalinaum/project/realm-core/test'
make[2]: Entering directory `/Users/dalinaum/project/realm-core/test/util'
make[2]: Nothing to be done for `install-only'.
make[2]: Leaving directory `/Users/dalinaum/project/realm-core/test/util'
make[1]: Leaving directory `/Users/dalinaum/project/realm-core/test'
make[2]: Entering directory `/Users/dalinaum/project/realm-core/src/realm'
install -d /usr/local/include/realm/util/ /usr/local/include/realm/impl/ /usr/local/lib/ /usr/local/bin/ /usr/local/libexec/
install -m 644 util/features.h util/meta.hpp util/inspect.hpp util/assert.hpp util/encryption_not_supported_exception.hpp util/terminate.hpp util/type_list.hpp util/tuple.hpp util/type_traits.hpp util/safe_int_ops.hpp util/bind_ptr.hpp util/buffer.hpp util/string_buffer.hpp util/shared_ptr.hpp util/memory_stream.hpp util/logger.hpp util/misc_errors.hpp util/basic_system_errors.hpp util/thread.hpp util/file.hpp util/optional.hpp util/network.hpp util/uri.hpp util/utf8.hpp util/priority_queue.hpp util/platform_specific_condvar.hpp util/config.h /usr/local/include/realm/util
install -m 644 exceptions.hpp utilities.hpp alloc.hpp alloc_slab.hpp array.hpp array_integer.hpp array_string.hpp bptree.hpp data_type.hpp column_type.hpp column_fwd.hpp spec.hpp datetime.hpp string_data.hpp binary_data.hpp mixed.hpp owned_data.hpp table.hpp table_ref.hpp table_basic_fwd.hpp table_accessors.hpp table_basic.hpp table_view.hpp table_view_basic.hpp table_macros.hpp row.hpp descriptor_fwd.hpp descriptor.hpp group.hpp group_shared.hpp history.hpp handover_defs.hpp replication.hpp query.hpp query_conditions.hpp lang_bind_helper.hpp realm_nmmintrin.h importer.hpp version.hpp unicode.hpp commit_log.hpp link_view_fwd.hpp link_view.hpp views.hpp disable_sync_to_disk.hpp array_basic.hpp array_basic_tpl.hpp array_binary.hpp array_blob.hpp array_blobs_big.hpp array_string_long.hpp column.hpp column_tpl.hpp column_basic.hpp column_basic_tpl.hpp column_binary.hpp column_string_enum.hpp column_string.hpp column_table.hpp column_link.hpp column_linklist.hpp column_linkbase.hpp column_backlink.hpp column_mixed.hpp column_mixed_tpl.hpp column_type_traits.hpp group_writer.hpp index_string.hpp query_engine.hpp query_expression.hpp /usr/local/include/realm
install -m 644 impl/array_writer.hpp impl/destroy_guard.hpp impl/output_stream.hpp impl/simulated_failure.hpp impl/input_stream.hpp impl/transact_log.hpp impl/sequential_getter.hpp /usr/local/include/realm/impl
install -m 644 librealm.a /usr/local/lib
install -m 644 librealm.9.dylib /usr/local/lib
cd /usr/local/lib && ln -s -f librealm.9.dylib librealm.dylib
install -m 644 librealm-dbg.9.dylib /usr/local/lib
cd /usr/local/lib && ln -s -f librealm-dbg.9.dylib librealm-dbg.dylib
install realm-import realm-import-dbg /usr/local/bin
install realmd realmd-dbg /usr/local/libexec
install realm-config realm-config-dbg /usr/local/bin
make[2]: Leaving directory `/Users/dalinaum/project/realm-core/src/realm'
make[1]: Leaving directory `/Users/dalinaum/project/realm-core/src'
Done installing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment