runxinzhi.com
首页
百度搜索
Lazarus for Raspbian安装
春节前看到树莓派 2代开始销售,第一时间在淘宝下单购买,无奈春节期间放假,要到3月份才可能收到,只能用QEMU模拟器先熟悉树莓系统。对从turbo Pascal开始的人来讲,如果能在树莓系统使用Pascal那是最顺手的。上网发现Lazarus能在树莓系统下使用,系统配置好后,在终端 terminal输入以下指令Lazarus就能完成安装。
sudo apt
-get update
sudo
apt
-get upgrade
sudo apt
-get install fpc
sudo apt
-get install lazarus
Lazarus在树莓派运行的情况:
编译运行的界面:
相关阅读:
java.net.DatagramPacket/java.net.DatagramSocket-UDP Socket编程
新浪微博客户端(9)-实现版本新特性的ViewPager
新浪微博客户端(8)-添加按钮到TabBar
iOS-Auto property synthesis will not synthesize property 'delegate'; it will be implemented by its super
新浪微博客户端(7)-通过转换坐标系来调整首页下拉菜单的位置
新浪微博客户端(6)-创建首页下拉菜单
TortoiseGit-创建分支、合并分支
BZOJ2683: 简单题(cdq分治 树状数组)
BZOJ3262: 陌上花开(cdq分治)
BZOJ1901: Zju2112 Dynamic Rankings(整体二分 树状数组)
原文地址:https://www.cnblogs.com/qiufeng2014/p/4301176.html
最新文章
LeetCode之LCP(Longest Common Prefix)问题
Unable to instantiate Action, xxxAction, defined for 'xxx' in namespace '/'xxxAction解决方式
[Android]Fragment源代码分析(三) 事务
Eclipse集成Resinserver
C语言函数--H
iOS 通讯录编程【总结】
算法之美_源码公布(1)
scikit-learn:通过Non-negative matrix factorization (NMF or NNMF)实现LSA(隐含语义分析)
webDriver API——第9部分Firefox WebDriver
webDriver API——第8部分Utilities
热门文章
webDriver API——第7部分Desired Capabilities
webDriver API——第6部分Locate elements By
webDriver API——第5部分Special Keys
WebDriver API——第4部分Alerts
WebDriver API——第3部分Action Chains
WebDriver API——第2部分Exceptions
WebDriver API——第1部分
新浪微博客户端(11)-自定义checkBox
AndroidStudio-引用jar包及so文件
新浪微博客户端(10)-切换多个fragment
Copyright © 2020-2023
润新知