Recent

Author Topic: Download Lastest laraus [Solved]  (Read 14081 times)

WTDdallas

  • Full Member
  • ***
  • Posts: 100
Download Lastest laraus [Solved]
« on: July 11, 2016, 12:06:39 am »
Just saw a number of new items that I want to use, or look at, that  have been added to the latest beta version of Lazarus.

How do I get the latest that version, and install it?

Sorry if this is covered else where.. %)
« Last Edit: July 22, 2016, 04:18:40 pm by WTDdallas »

Leledumbo

  • Hero Member
  • *****
  • Posts: 8836
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Download Lastest laraus
« Reply #1 on: July 11, 2016, 12:17:08 am »
Just saw a number of new items that I want to use, or look at, that  have been added to the latest beta version of Lazarus.

How do I get the latest that version, and install it?

Sorry if this is covered else where.. %)
Beta? It's been ages since I saw a beta release for Lazarus. Typically there will only be RC before stable release. In short, there's no such beta. There are only releases, fixes and trunk. You might refer to trunk, which is the current bleeding edge development where new features, fixes to old bugs, new bugs and even sometimes build errors may occur. To get it, read http://wiki.lazarus.freepascal.org/Getting_Lazarus#Getting_Lazarus_SVN_development_version

WTDdallas

  • Full Member
  • ***
  • Posts: 100
Re: Download Lastest laraus
« Reply #2 on: July 11, 2016, 03:46:11 am »
http://wiki.lazarus.freepascal.org/Getting_Lazarus#Getting_Lazarus_SVN_development_version

Sorry About the Beta Comment.

Downloaded lazarus-ccr-svn-4938 that has the Items I wanted to check out.

But the instructions on how to install it for Windows are not clear.. Do I copy that files to the c:\lazarus directory? then what?

I could not find a "Make" in the lazarus directory.

Sorry if it is a simple answer, but still getting use to lazarus IDE.

hnb

  • Sr. Member
  • ****
  • Posts: 270
Re: Download Lastest laraus
« Reply #3 on: July 11, 2016, 09:40:36 am »
Just saw a number of new items that I want to use, or look at, that  have been added to the latest beta version of Lazarus.

If you have some troubles with "make" you can use non-official precompiled Lazarus distro (official distro for mORMot framework :P) at:

http://newpascal.org

it contains latest (maybe few days old) pure Lazarus trunk & FPC trunk (with few patches & modifications).
Checkout NewPascal initiative and donate beer - ready to use tuned FPC compiler + Lazarus for mORMot project

best regards,
Maciej Izak

Handoko

  • Hero Member
  • *****
  • Posts: 5551
  • My goal: build my own game engine using Lazarus
Re: Download Lastest laraus
« Reply #4 on: July 11, 2016, 12:30:16 pm »
But the instructions on how to install it for Windows are not clear.. Do I copy that files to the c:\lazarus directory? then what?

Have you read this:

http://wiki.lazarus.freepascal.org/Installing_Lazarus#Installing_Lazarus_under_Window

and this:

http://wiki.lazarus.freepascal.org/Installing_Lazarus#Installing_Free_Pascal_under_Windows

Installing Lazarus/FPC from sources is not easy for beginners, but it's worth to learn. Try it, you will be glad once you already know how to do it.

Thaddy

  • Hero Member
  • *****
  • Posts: 19273
  • Glad to be alive.
Re: Download Lastest laraus
« Reply #5 on: July 11, 2016, 12:41:41 pm »
Very good advise!
objects are fine constructs. You can even initialize them with constructors.

rvk

  • Hero Member
  • *****
  • Posts: 7045
Re: Download Lastest laraus
« Reply #6 on: July 11, 2016, 01:17:22 pm »
Downloaded lazarus-ccr-svn-4938 that has the Items I wanted to check out.
So you installed Lazarus 1.6 and have downloaded the "Lazarus Code and Component Repository" and want to check out some of these components. There is no need to install the Lazarus/FPC trunk (the " bleeding edge" one) from sources. You can just copy the complete unzipped lazarus-ccr-svn to a directory (can be under C:\Lazarus) and install the package you want (which resides in the subdirectories).

You can follow the instructions on the wiki-page to install packages:
http://wiki.freepascal.org/Install_Packages#Adding_new_packages
(Adding new packages section)
« Last Edit: July 11, 2016, 01:19:03 pm by rvk »

madref

  • Hero Member
  • *****
  • Posts: 1116
  • ..... A day not Laughed is a day wasted !!
    • Nursing With Humour
Re: Download Lastest laraus
« Reply #7 on: July 11, 2016, 01:35:12 pm »
And how to install it on a mac?
You treat a disease, you win, you lose.
You treat a person and I guarantee you, you win, no matter the outcome.

Main Platform:
--------------
Mac OS X Tahoe 26.2
Lazarus 4.99 (rev main_4_99-3149-g7867f6275c) FPC 3.3.1 x86_64-darwin-cocoa

Windows 10 Pro
Lazarus 3.99 (rev cbfd80ce39)



madref

  • Hero Member
  • *****
  • Posts: 1116
  • ..... A day not Laughed is a day wasted !!
    • Nursing With Humour
Re: Download Lastest laraus
« Reply #10 on: July 11, 2016, 10:57:42 pm »
Installing isn't the problem.
But using the debugger is.
I can install Lazarus 1.6 and the rest with ease.
But then the problem starts if you want to use the debugger on Yosemite. It stops everytime you debug.
And if i install it on El Capitan the debugger won't even start.


So how to install this debugger (like GDB) on El Capitan or Yosemite so that it works with Lazarus 1.6 and fpc 3.0.


That is my real question.
You treat a disease, you win, you lose.
You treat a person and I guarantee you, you win, no matter the outcome.

Main Platform:
--------------
Mac OS X Tahoe 26.2
Lazarus 4.99 (rev main_4_99-3149-g7867f6275c) FPC 3.3.1 x86_64-darwin-cocoa

Windows 10 Pro
Lazarus 3.99 (rev cbfd80ce39)

rvk

  • Hero Member
  • *****
  • Posts: 7045
Re: Download Lastest laraus
« Reply #11 on: July 11, 2016, 11:12:44 pm »
So how to install this debugger (like GDB) on El Capitan or Yosemite so that it works with Lazarus 1.6 and fpc 3.0.
Maybe the solution in this post still works:
http://forum.lazarus.freepascal.org/index.php?topic=22529.0

http://wiki.lazarus.freepascal.org/OS_X_Programming_Tips#Xcode_5_and_above

madref

  • Hero Member
  • *****
  • Posts: 1116
  • ..... A day not Laughed is a day wasted !!
    • Nursing With Humour
Re: Download Lastest laraus
« Reply #12 on: July 11, 2016, 11:42:06 pm »
I will have a try tomorrow and let you know

You treat a disease, you win, you lose.
You treat a person and I guarantee you, you win, no matter the outcome.

Main Platform:
--------------
Mac OS X Tahoe 26.2
Lazarus 4.99 (rev main_4_99-3149-g7867f6275c) FPC 3.3.1 x86_64-darwin-cocoa

Windows 10 Pro
Lazarus 3.99 (rev cbfd80ce39)

madref

  • Hero Member
  • *****
  • Posts: 1116
  • ..... A day not Laughed is a day wasted !!
    • Nursing With Humour
Re: Download Lastest laraus
« Reply #13 on: July 12, 2016, 12:59:22 pm »
Yes this still works :D


I have made a new topic about it here
« Last Edit: July 12, 2016, 01:11:42 pm by madref »
You treat a disease, you win, you lose.
You treat a person and I guarantee you, you win, no matter the outcome.

Main Platform:
--------------
Mac OS X Tahoe 26.2
Lazarus 4.99 (rev main_4_99-3149-g7867f6275c) FPC 3.3.1 x86_64-darwin-cocoa

Windows 10 Pro
Lazarus 3.99 (rev cbfd80ce39)

Josh

  • Hero Member
  • *****
  • Posts: 1458
Re: Download Lastest laraus [Solved]
« Reply #14 on: August 24, 2016, 10:04:36 pm »
Hi
Done a search on NewPascal and could not find a section to post issues; could not find an area on there site either.

I installed in Required Folder c:\NewPascal; lazarus starts fine; but not able to add components; when I compile a component I get c:\users\Alfred not found.  My system does not have a user named Alfred.

Does anyone know where to post issues for NewPascal ?

Josh
The best way to get accurate information on the forum is to post something wrong and wait for corrections.

 

TinyPortal © 2005-2018