mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
197 lines
8.7 KiB
HTML
197 lines
8.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="generator" content="Hugo 0.16" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
|
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans|Marcellus+SC'>
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css">
|
|
<link rel="stylesheet" href="/CoderSherlock.github.io/css/styles.css">
|
|
<link rel="stylesheet" href="/CoderSherlock.github.io/css/custom.css">
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/CoderSherlock.github.io//index.xml">
|
|
|
|
|
|
<title>Cross Compile Seafile 2 ARM - Mil años de solitario</title>
|
|
<meta property='og:title' content="Cross Compile Seafile 2 ARM - Mil años de solitario">
|
|
<meta property="og:type" content="article">
|
|
|
|
|
|
<meta property="og:url" content="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header class="site">
|
|
<nav class="navbar navbar-default">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="/CoderSherlock.github.io/">Mil años de solitario</a>
|
|
</div>
|
|
|
|
<div id="navbar" class="collapse navbar-collapse">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<div class="site">
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="single">
|
|
|
|
<div class="row">
|
|
<div class="col-md-8">
|
|
|
|
<article class="single" itemscope="itemscope" itemtype="http://schema.org/Article">
|
|
|
|
<meta itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" content="/CoderSherlock.github.io/"/>
|
|
<meta itemprop="dateModified" content="2016-07-30T14:02:34-04:00">
|
|
<meta itemprop="headline" content="Cross Compile Seafile 2 ARM">
|
|
<meta itemprop="description" content="Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.">
|
|
<meta itemprop="url" content="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/">
|
|
<div itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
|
|
<meta itemprop="url" content="/CoderSherlock.github.io/images/default.jpg" />
|
|
<meta itemprop="width" content="800">
|
|
<meta itemprop="height" content="800">
|
|
</div>
|
|
<div itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
|
|
<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
|
|
<meta itemprop="url" content="/CoderSherlock.github.io/images/logo.jpg">
|
|
<meta itemprop="width" content="100">
|
|
<meta itemprop="height" content="100">
|
|
</div>
|
|
<meta itemprop="name" content="Mil años de solitario">
|
|
</div>
|
|
<div itemprop="author" itemscope itemtype="https://schema.org/Person">
|
|
<meta itemprop="name" content="">
|
|
</div>
|
|
|
|
<header class="article-header">
|
|
<time itemprop="datePublished" pubdate="pubdate" datetime="2016-07-30T14:02:34-04:00">Sat, Jul 30, 2016</time>
|
|
<h1 class="article-title">Cross Compile Seafile 2 ARM</h1>
|
|
</header>
|
|
|
|
<div class="article-body" itemprop="articleBody">
|
|
|
|
|
|
<h1 id="cross-compile-seafile-to-arm-platform">Cross Compile Seafile to ARM platform</h1>
|
|
|
|
<h2 id="motivation">Motivation</h2>
|
|
|
|
<p>This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform.</p>
|
|
|
|
<h2 id="pre-work">Pre-work</h2>
|
|
|
|
</div>
|
|
|
|
|
|
<aside>
|
|
<div class="section"><a href="/CoderSherlock.github.io/tags/Android" class="tag">Android</a> <a href="/CoderSherlock.github.io/tags/ARM" class="tag">ARM</a> </div>
|
|
|
|
<div class="section share">
|
|
<a href="http://www.facebook.com/sharer.php?src=bm&u=%2fCoderSherlock.github.io%2fpost%2fCross-Compile-Seafile-2-ARM%2f&t=Cross%20Compile%20Seafile%202%20ARM" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-facebook"></i></a>
|
|
<a href="http://twitter.com/intent/tweet?url=%2fCoderSherlock.github.io%2fpost%2fCross-Compile-Seafile-2-ARM%2f&text=Cross%20Compile%20Seafile%202%20ARM&tw_p=tweetbutton" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-twitter"></i></a>
|
|
<a href="https://plus.google.com/share?url=%2fCoderSherlock.github.io%2fpost%2fCross-Compile-Seafile-2-ARM%2f" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-google-plus"></i></a>
|
|
<a href="http://getpocket.com/edit?url=%2fCoderSherlock.github.io%2fpost%2fCross-Compile-Seafile-2-ARM%2f&title=Cross%20Compile%20Seafile%202%20ARM" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-get-pocket"></i></a>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</aside>
|
|
|
|
</article>
|
|
|
|
</div>
|
|
<div class="col-md-4">
|
|
|
|
<aside class="site">
|
|
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h2 class="panel-title">LatestPosts</h2>
|
|
</div>
|
|
<div class="list-group">
|
|
|
|
<a href="/CoderSherlock.github.io/post/Pokemon-Go-Hack/" class="list-group-item">Pokemon Go Hack</a>
|
|
|
|
<a href="/CoderSherlock.github.io/post/Cross-Compile-Seafile-2-ARM/" class="list-group-item">Cross Compile Seafile 2 ARM</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h2 class="panel-title">category</h2>
|
|
</div>
|
|
<div class="list-group">
|
|
|
|
<a href="/CoderSherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">
|
|
<h2 class="panel-title">tag</h2>
|
|
</div>
|
|
<div class="list-group">
|
|
|
|
<a href="/CoderSherlock.github.io/tags/android" class="list-group-item">android</a>
|
|
|
|
<a href="/CoderSherlock.github.io/tags/arm" class="list-group-item">arm</a>
|
|
|
|
<a href="/CoderSherlock.github.io/tags/github" class="list-group-item">github</a>
|
|
|
|
<a href="/CoderSherlock.github.io/tags/hack" class="list-group-item">hack</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="site">
|
|
<div class="container">
|
|
<p>© 2016 Mil años de solitario</p>
|
|
<p>Powered by <a href="http://gohugo.io" target="_blank" rel="nofollow">Hugo</a>, Theme <a href="https://github.com/dim0627/hugo_theme_beg" target="_blank" rel="nofollow">beg</a> designed by <a href="http://yet.unresolved.xyz" target="_blank" rel="nofollow">Daisuke Tsuji</a></p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="//code.jquery.com/jquery-2.2.1.min.js"></script>
|
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
|
|
<script>hljs.initHighlightingOnLoad();</script>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|