8000 GitHub - ayatakesi/my-gmp-6.2.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ayatakesi/my-gmp-6.2.1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libgmp

GNU Emacs30.0.50に含まれるjava/INSTALLにしたがって取得したlibgmpモジュール(gnutlsの依存モジュール)のレポジトリ。

作成した手順

  1. Android ports for GNU Emacsのソース書庫を取得して展開
$: wget https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/gmp-6.2.1-emacs.tgz
$: tar xvfz gmp-6.2.1-emacs.tgz
  1. gitレポジトリとして初期化し修正用ブランチmy/masterをcheckout
$: cd gmp-6.2.1
$: git init
$: git checkout -b my/master
  1. ビルド用空ディレクトリを維持するために.gitignoreを追加(How do I add an empty directory to a Git repository?を参照)
$: for mydir in &(find . -type d -name dummy)
> do
> cat <<EOS > $mydir/.gitignore
# Ignore everything in this directory
*
# Except this file
!.gitignore
EOS
> done
  1. 追加したファイルファイルをcommitして空レポジトリにpush
$: git add -A
$: git commit -m 'nanika commit messages...'
$: gh repo create my-gmp-6.2.1 --public
$: git remote add mine https://github.com/JIBUN/my-gmp-6.2.1.git
$: git branch -M my/master
$: git push -u mine my/master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.4%
  • Assembly 29.5%
  • Makefile 6.6%
  • C++ 5.1%
  • Shell 4.0%
  • M4 3.8%
  • Other 0.6%
0